svn commit: samba r20388 - in branches/SAMBA_3_0/source: .

metze at samba.org metze at samba.org
Thu Dec 28 18:57:22 GMT 2006


Author: metze
Date: 2006-12-28 18:57:21 +0000 (Thu, 28 Dec 2006)
New Revision: 20388

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20388

Log:
add the library that contains dlopen to the global LIBS as it was before

metze
Modified:
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2006-12-28 18:10:14 UTC (rev 20387)
+++ branches/SAMBA_3_0/source/configure.in	2006-12-28 18:57:21 UTC (rev 20388)
@@ -330,6 +330,9 @@
 
 AC_LIBREPLACE_CC_CHECKS
 
+# add -ldl to the global LIBS
+LIBS="${LIBS} ${LIBDL}"
+
 m4_include(lib/socket_wrapper/config.m4)
 
 #################################################



More information about the samba-cvs mailing list