summaryrefslogtreecommitdiff
path: root/source4/lib/socket_wrapper/config.m4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-06-10 15:05:41 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-06-10 15:05:41 +0200
commit01fc095d6e2fa1b883b3f429085b4aca4254f105 (patch)
tree51ca606a357c9c626dbd8067ec89fa9263445e1f /source4/lib/socket_wrapper/config.m4
parentffbea676771bae16be547529eb1136c61d78203f (diff)
parent7206c5fc4a0fc9d310fef199c6ff9d0300bc956b (diff)
downloadsamba-01fc095d6e2fa1b883b3f429085b4aca4254f105.tar.gz
samba-01fc095d6e2fa1b883b3f429085b4aca4254f105.tar.bz2
samba-01fc095d6e2fa1b883b3f429085b4aca4254f105.zip
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixmodulesdir
(This used to be commit 74e1dd28f2f669bc196dc16b68c8b175bf835721)
Diffstat (limited to 'source4/lib/socket_wrapper/config.m4')
-rw-r--r--source4/lib/socket_wrapper/config.m47
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/lib/socket_wrapper/config.m4 b/source4/lib/socket_wrapper/config.m4
index 8ff91075bb..f3ffb895a9 100644
--- a/source4/lib/socket_wrapper/config.m4
+++ b/source4/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