mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
r25122: fix interface detection code
jelmer: I wonder what broke it...
metze
(This used to be commit 4c8063b9c4
)
This commit is contained in:
parent
d8a5ed33b3
commit
f7ae1fc1ca
@ -102,8 +102,10 @@ dnl the configure uses --with-static-modules=socket_ipv6
|
||||
#
|
||||
# This tests need LIBS="$NSL_LIBS $SOCKET_LIBS"
|
||||
#
|
||||
old_CFLAGS=$CFLAGS
|
||||
old_LIBS=$LIBS
|
||||
LIBS="$NSL_LIBS $SOCKET_LIBS"
|
||||
CFLAGS="$CFLAGS -Ilib/replace"
|
||||
iface=no;
|
||||
AC_CACHE_CHECK([for iface AIX],samba_cv_HAVE_IFACE_AIX,[
|
||||
AC_TRY_RUN([
|
||||
@ -140,4 +142,5 @@ if test x"$samba_cv_HAVE_IFACE_IFREQ" = x"yes"; then
|
||||
fi
|
||||
fi
|
||||
|
||||
CFLAGS=$old_CFLAGS
|
||||
LIBS=$old_LIBS
|
||||
|
Loading…
Reference in New Issue
Block a user