[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-877-g2d08959

Volker Lendecke vl at samba.org
Mon Dec 24 23:10:44 GMT 2007


The branch, v3-2-test has been updated
       via  2d08959685b495caf1884babbece27775d8bcb4f (commit)
      from  49cfe2b9ebe03d5985187890445b775047f8a2f4 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 2d08959685b495caf1884babbece27775d8bcb4f
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Dec 25 00:12:18 2007 +0100

    Attempt to fix the ifreq detection

-----------------------------------------------------------------------

Summary of changes:
 source/configure.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/configure.in b/source/configure.in
index 1906d74..a93e6fb 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -3026,10 +3026,12 @@ 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"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list