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

jerry at samba.org jerry at samba.org
Wed Oct 26 13:44:46 GMT 2005


Author: jerry
Date: 2005-10-26 13:44:46 +0000 (Wed, 26 Oct 2005)
New Revision: 11301

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

Log:
why would you look for printf in -lnsl[_s]?  Fixing configure checks
Modified:
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2005-10-26 13:19:15 UTC (rev 11300)
+++ branches/SAMBA_3_0/source/configure.in	2005-10-26 13:44:46 UTC (rev 11301)
@@ -1102,11 +1102,11 @@
 if test x"$ac_cv_func_connect" = x"no"; then
     case "$LIBS" in
     *-lnsl*) ;;
-    *) AC_CHECK_LIB(nsl_s, printf) ;;
+    *) AC_CHECK_LIB(nsl_s, connect) ;;
     esac
     case "$LIBS" in
     *-lnsl*) ;;
-    *) AC_CHECK_LIB(nsl, printf) ;;
+    *) AC_CHECK_LIB(nsl, connect) ;;
     esac
     case "$LIBS" in
     *-lsocket*) ;;



More information about the samba-cvs mailing list