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

metze at samba.org metze at samba.org
Thu Dec 28 19:04:32 GMT 2006


Author: metze
Date: 2006-12-28 19:04:32 +0000 (Thu, 28 Dec 2006)
New Revision: 20389

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

Log:
this needs to be after AC_LIBREPLACE_BROKEN_CHECKS :-)

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:57:21 UTC (rev 20388)
+++ branches/SAMBA_3_0/source/configure.in	2006-12-28 19:04:32 UTC (rev 20389)
@@ -330,9 +330,6 @@
 
 AC_LIBREPLACE_CC_CHECKS
 
-# add -ldl to the global LIBS
-LIBS="${LIBS} ${LIBDL}"
-
 m4_include(lib/socket_wrapper/config.m4)
 
 #################################################
@@ -854,6 +851,9 @@
 done
 AC_SUBST(LIBREPLACE_OBJS)
 
+# add -ldl to the global LIBS
+LIBS="${LIBS} ${LIBDL}"
+
 AC_CHECK_HEADERS(aio.h arpa/inet.h sys/fcntl.h sys/select.h fcntl.h sys/time.h sys/unistd.h rpc/nettype.h)
 AC_CHECK_HEADERS(unistd.h utime.h grp.h sys/id.h memory.h alloca.h)
 AC_CHECK_HEADERS(limits.h float.h)



More information about the samba-cvs mailing list