Browse Source

dlopen test also requires threads :/

Mike Frysinger 19 years ago
parent
commit
f64bd7d980
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/Makefile

+ 1 - 1
test/Makefile

@@ -16,7 +16,7 @@ ALL_SUBDIRS = \
 	mmap #misc
 DIRS := $(ALL_SUBDIRS)
 
-ifeq ($(HAVE_SHARED),y)
+ifeq ($(HAVE_SHARED)$(UCLIBC_HAS_THREADS),yy)
 	DIRS += dlopen
 endif
 ifeq ($(UCLIBC_HAS_THREADS),y)