From 0b0a9a449d38232d87667344b8f54351958f9456 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 2 Jun 2008 23:45:23 +0000 Subject: dlfcn.h exists only if __HAVE_SHARED__ ("we are built with shared lib support"), not when !__HAVE_NO_SHARED__ ("arch can theoretically support shred libs") --- include/link.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/link.h b/include/link.h index 78726852b..6ce15df5f 100644 --- a/include/link.h +++ b/include/link.h @@ -23,7 +23,7 @@ #include #include -#ifndef __HAVE_NO_SHARED__ +#ifdef __HAVE_SHARED__ #include #endif #include -- cgit v1.2.3