From ffa4ecae306242b418491733f8c01a283f7e794b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 28 Dec 2006 18:57:21 +0000 Subject: r20388: add the library that contains dlopen to the global LIBS as it was before metze (This used to be commit b2feeee7485f0a1006b38e5abee05c2583923242) --- source3/configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index a666b10f8c..fd8866b953 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -330,6 +330,9 @@ CFLAGS="${CFLAGS} -D_SAMBA_BUILD_=3" AC_LIBREPLACE_CC_CHECKS +# add -ldl to the global LIBS +LIBS="${LIBS} ${LIBDL}" + m4_include(lib/socket_wrapper/config.m4) ################################################# -- cgit