Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Taylor <elijahtaylor@google.com>2010-12-17 03:26:34 +0300
committerElijah Taylor <elijahtaylor@google.com>2010-12-17 03:26:34 +0300
commit06fa666aeeb53c7407db5c175a6c49f43a86dd34 (patch)
treeaf30b16bb697e1244e5c6058ecab77bc91dcff2e /libgc/gc_dlopen.c
parent9e73759b4d52ceed59cfe6fd53abbd9aff947f3d (diff)
Merged in rest of Native Client changes, untested
Diffstat (limited to 'libgc/gc_dlopen.c')
-rw-r--r--libgc/gc_dlopen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgc/gc_dlopen.c b/libgc/gc_dlopen.c
index 4c690edcfe4..6ca9e996fb2 100644
--- a/libgc/gc_dlopen.c
+++ b/libgc/gc_dlopen.c
@@ -25,7 +25,7 @@
#include "private/gc_priv.h"
-# if (defined(GC_PTHREADS) && !defined(GC_DARWIN_THREADS)) \
+# if defined(DYNAMIC_LOADING) && (defined(GC_PTHREADS) && !defined(GC_DARWIN_THREADS)) \
|| defined(GC_SOLARIS_THREADS)
# if defined(dlopen) && !defined(GC_USE_LD_WRAP)