diff options
author | Volker Lendecke <vl@samba.org> | 2007-12-25 11:59:34 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2007-12-25 11:59:34 +0100 |
commit | b410f254f094d86d964c73e1f94449575450687f (patch) | |
tree | 81daa41e1ddab25e4c92e21f35bd3a3e4caf48e2 | |
parent | 921d8782ccb92d2c9a394bb2d281d3762d75dde6 (diff) | |
download | samba-b410f254f094d86d964c73e1f94449575450687f.tar.gz samba-b410f254f094d86d964c73e1f94449575450687f.tar.bz2 samba-b410f254f094d86d964c73e1f94449575450687f.zip |
Revert "Attempt to fix the ifreq detection"
This reverts commit 2d08959685b495caf1884babbece27775d8bcb4f.
(This used to be commit acb560900be29c407e7da955d16c2de7898e49b8)
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in index a93e6fbdd5..1906d74505 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -3026,12 +3026,10 @@ AC_CACHE_CHECK([for iface ifreq],samba_cv_HAVE_IFACE_IFREQ,[ SAVE_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS ${SAMBA_CONFIGURE_CPPFLAGS}" AC_TRY_RUN([ -#undef SOCKET_WRAPPER #define NO_CONFIG_H 1 #define HAVE_IFACE_IFREQ 1 #define AUTOCONF_TEST 1 #include "${srcdir-.}/lib/replace/replace.c" -#undef getnameinfo #include "${srcdir-.}/lib/interfaces.c"], samba_cv_HAVE_IFACE_IFREQ=yes,samba_cv_HAVE_IFACE_IFREQ=no,samba_cv_HAVE_IFACE_IFREQ=cross)]) CPPFLAGS="$SAVE_CPPFLAGS" |