diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-12-28 18:57:21 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:16:46 -0500 |
commit | ffa4ecae306242b418491733f8c01a283f7e794b (patch) | |
tree | e6c299d2d8220b10baceacf54fc8866fbdf9d354 | |
parent | e1d4e31c440c08f8138ab16b3e0095aa371ca09e (diff) | |
download | samba-ffa4ecae306242b418491733f8c01a283f7e794b.tar.gz samba-ffa4ecae306242b418491733f8c01a283f7e794b.tar.bz2 samba-ffa4ecae306242b418491733f8c01a283f7e794b.zip |
r20388: add the library that contains dlopen to the global LIBS as it was before
metze
(This used to be commit b2feeee7485f0a1006b38e5abee05c2583923242)
-rw-r--r-- | source3/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
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) ################################################# |