summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-18 22:12:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:52:03 -0500
commit47e6b7733a2d063e5858da1f5af3408f46611b61 (patch)
treea481f82de9d5beb76ad5863f4fe3c1f8ba4fe9e8 /source3/configure.in
parent58bd4333a517464c0949134d5a9ad30a4d619001 (diff)
downloadsamba-47e6b7733a2d063e5858da1f5af3408f46611b61.tar.gz
samba-47e6b7733a2d063e5858da1f5af3408f46611b61.tar.bz2
samba-47e6b7733a2d063e5858da1f5af3408f46611b61.zip
r18640: move to socket_wrapper to lib/socket_wrapper/
and sync it with samba4 metze (This used to be commit 9c0e5b29f1451a90605cce7e1e032e5516b6970d)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 4f8e3329b9..381ad4e3a6 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -334,13 +334,7 @@ AC_ARG_ENABLE(debug,
CFLAGS="${CFLAGS} -g"
fi])
-AC_SUBST(SOCKWRAP)
-AC_ARG_ENABLE(socket-wrapper,
-[ --enable-socket-wrapper Turn on socket wrapper library (default=no)],
- [if eval "test x$enable_socket_wrapper = xyes"; then
- AC_DEFINE(SOCKET_WRAPPER,1,[Use socket wrapper library])
- SOCKWRAP="\$(SOCKET_WRAPPER_OBJ)"
- fi])
+m4_include(lib/socket_wrapper/config.m4)
#################################################
# set prefix for 'make test'