From 192c05556f786b4523fb325cee6d87b251aee059 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 10 Oct 2007 10:19:19 +0000 Subject: [PATCH] r25600: fix stupid typo...this should fix the build on sunX metze --- source/lib/socket/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/socket/config.m4 b/source/lib/socket/config.m4 index 7234eea030a..3296730c825 100644 --- a/source/lib/socket/config.m4 +++ b/source/lib/socket/config.m4 @@ -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 -- 2.11.4.GIT