mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r25600: fix stupid typo...this should fix the build on sunX
metze (This used to be commit 192c05556f786b4523fb325cee6d87b251aee059)
This commit is contained in:
parent
a508a210cb
commit
f1e23d5a62
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user