mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
Revert "Add configure test for vdeplug library."
This reverts commit89590d7dfe
. 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 (This used to be commitbd0ec1754e
)
This commit is contained in:
parent
85087ce095
commit
7206c5fc4a
@ -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");
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user