From f64bd7d9800a934c07c74ed4c70c7e53784b3603 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 13 Jan 2006 08:38:01 +0000 Subject: dlopen test also requires threads :/ --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 32dc4f6ef..5e1c086ae 100644 --- a/test/Makefile +++ b/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) -- cgit v1.2.3