svn commit: samba r11302 - in trunk/source: .

jerry at samba.org jerry at samba.org
Wed Oct 26 13:45:11 GMT 2005


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

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

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


Changeset:
Modified: trunk/source/configure.in
===================================================================
--- trunk/source/configure.in	2005-10-26 13:44:46 UTC (rev 11301)
+++ trunk/source/configure.in	2005-10-26 13:44:59 UTC (rev 11302)
@@ -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