From 268f276bcadfe4d1a715058fa4c6f9ec6c393580 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 18 Nov 2009 16:02:54 +0100 Subject: Look at HAVE_SHARED We do not have UCLIBC_STATIC (anymore) but !HAVE_SHARED Signed-off-by: Bernhard Reutner-Fischer Signed-off-by: Austin Foxley --- test/dlopen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/dlopen/Makefile b/test/dlopen/Makefile index 66a2452e2..92d14b90e 100644 --- a/test/dlopen/Makefile +++ b/test/dlopen/Makefile @@ -4,7 +4,7 @@ top_builddir=../../ include ../Rules.mak -include Makefile.in -ifeq ($(UCLIBC_STATIC),y) +ifneq ($(HAVE_SHARED),y) TESTS_DISABLED := test3 LDFLAGS_libtest.so := -lpthread endif -- cgit v1.2.3