[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha4-58-gbd0ec17

Stefan Metzmacher metze at samba.org
Tue Jun 10 09:36:26 GMT 2008


The branch, v4-0-test has been updated
       via  bd0ec1754e6e187d421a718410ecd7c21922aa8b (commit)
      from  3a4198b1181d6b97804afebbb91dac5a8242f615 (commit)

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


- Log -----------------------------------------------------------------
commit bd0ec1754e6e187d421a718410ecd7c21922aa8b
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Jun 10 09:52:04 2008 +0200

    Revert "Add configure test for vdeplug library."
    
    This reverts commit 89590d7dfe0735093a4a5b66eeed9276df043ac9.
    
    We don't need this yet and currently config.m4 is also used
    by samba3 which bail out with the check in it, as it doesn't
    know about the SMB_EXT_LIB() macro
    
    metze

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

Summary of changes:
 source/build/smb_build/summary.pm   |    3 ---
 source/lib/socket_wrapper/config.m4 |    7 -------
 2 files changed, 0 insertions(+), 10 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/build/smb_build/summary.pm b/source/build/smb_build/summary.pm
index a6557fb..4ea1ad5 100644
--- a/source/build/smb_build/summary.pm
+++ b/source/build/smb_build/summary.pm
@@ -53,9 +53,6 @@ sub show($$)
 	showitem($output, "using libblkid", ["BLKID"]);
 	showitem($output, "using iconv", ["ICONV"]);
 	showitem($output, "using pam", ["PAM"]);
-	if (enabled($config->{developer})) {
-		showitem($output, "using VDE", ["VDEPLUG"]);
-	}
 	showitem($output, "python bindings", ["LIBPYTHON"]);
 	showisexternal($output, "popt", "LIBPOPT");
 	showisexternal($output, "talloc", "LIBTALLOC");
diff --git a/source/lib/socket_wrapper/config.m4 b/source/lib/socket_wrapper/config.m4
index 8ff9107..f3ffb89 100644
--- a/source/lib/socket_wrapper/config.m4
+++ b/source/lib/socket_wrapper/config.m4
@@ -20,10 +20,3 @@ fi
 AC_SUBST(DEFAULT_TEST_OPTIONS)
 AC_SUBST(HAVE_SOCKET_WRAPPER)
 AC_SUBST(SOCKET_WRAPPER_OBJS)
-
-# Look for the vdeplug library
-AC_CHECK_HEADERS(libvdeplug.h)
-if test x"$ac_cv_header_libvdeplug_h" = xyes; then
-	AC_DEFINE(HAVE_VDEPLUG, 1, [Whether the VDE plug library is available])
-	SMB_EXT_LIB(VDEPLUG,[-lvdeplug],[],[],[])
-fi


-- 
Samba Shared Repository


More information about the samba-cvs mailing list