samba-cvs.cvs
[Top] [All Lists]

svn commit: samba r20390 - in branches/SAMBA_3_0_24/source: .

Subject: svn commit: samba r20390 - in branches/SAMBA_3_0_24/source: .
From:
Date: Thu, 28 Dec 2006 19:05:34 +0000 GMT
Author: metze
Date: 2006-12-28 19:05:33 +0000 (Thu, 28 Dec 2006)
New Revision: 20390

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

Log:
merge from samba3:

add LIBDL to the global LIBS var

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


Changeset:
Modified: branches/SAMBA_3_0_24/source/configure.in
===================================================================
--- branches/SAMBA_3_0_24/source/configure.in   2006-12-28 19:04:32 UTC (rev 
20389)
+++ branches/SAMBA_3_0_24/source/configure.in   2006-12-28 19:05:33 UTC (rev 
20390)
@@ -848,6 +848,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)

<Prev in Thread] Current Thread [Next in Thread>
  • svn commit: samba r20390 - in branches/SAMBA_3_0_24/source: ., metze <=