summaryrefslogtreecommitdiff
path: root/source/configure.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-12-28 18:57:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:46 -0500
commitb2feeee7485f0a1006b38e5abee05c2583923242 (patch)
tree19e1fc586ffa57be20898dc6ddcd24850032ba8f /source/configure.in
parenteed50e104794d855b204cfea52626f47b6fa3f52 (diff)
downloadsamba-b2feeee7485f0a1006b38e5abee05c2583923242.tar.gz
r20388: add the library that contains dlopen to the global LIBS as it was before
metze
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/configure.in b/source/configure.in
index a666b10f8c7..fd8866b953a 100644
--- a/source/configure.in
+++ b/source/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)
#################################################