svn commit: samba r25600 - in branches/SAMBA_4_0/source/lib/socket: .

metze at samba.org metze at samba.org
Wed Oct 10 10:19:20 GMT 2007


Author: metze
Date: 2007-10-10 10:19:19 +0000 (Wed, 10 Oct 2007)
New Revision: 25600

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

Log:
fix stupid typo...this should fix the build on sunX

metze
Modified:
   branches/SAMBA_4_0/source/lib/socket/config.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/socket/config.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/socket/config.m4	2007-10-10 09:39:00 UTC (rev 25599)
+++ branches/SAMBA_4_0/source/lib/socket/config.m4	2007-10-10 10:19:19 UTC (rev 25600)
@@ -41,7 +41,7 @@
 AC_CHECK_FUNCS(gethostbyname)
 if test x"$ac_cv_func_gethostbyname" = x"no"; then
     AC_CHECK_LIB_EXT(nsl_s, NSL_LIBS, gethostbyname)
-    AC_CHECK_LIB_EXT(nsl, NSl_LIBS, gethostbyname)
+    AC_CHECK_LIB_EXT(nsl, NSL_LIBS, gethostbyname)
     AC_CHECK_LIB_EXT(socket, NSL_LIBS, gethostbyname)
     SMB_ENABLE(EXT_NSL,YES)
     dnl We can't just call AC_CHECK_FUNCS(gethostbyname) here, because the value



More information about the samba-cvs mailing list