r25600: fix stupid typo...this should fix the build on sunX samba-misc-tags/initial-v4-0-unstable
authorStefan Metzmacher <metze@samba.org>
Wed, 10 Oct 2007 10:19:19 +0000 (10:19 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:08:03 +0000 (15:08 -0500)
metze

source/lib/socket/config.m4

index 7234eea030a918b4f4ce7f20385e63e46a966bda..3296730c8256e0f6018abd2638e61d9134897eba 100644 (file)
@@ -41,7 +41,7 @@ SMB_EXT_LIB(EXT_SOCKET,[${SOCKET_LIBS}],[${SOCKET_CFLAGS}],[${SOCKET_CPPFLAGS}],
 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