summaryrefslogtreecommitdiff
path: root/source4/configure.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-09-13 14:17:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:44 -0500
commitce694e7051dca90cdb5700e3865315d16931c3c1 (patch)
treec6c00e86d187bfda340e03559d3561cd434bd39c /source4/configure.in
parent360f125f255fd7d5a172d012c00b3cfbff5a6989 (diff)
downloadsamba-ce694e7051dca90cdb5700e3865315d16931c3c1.tar.gz
samba-ce694e7051dca90cdb5700e3865315d16931c3c1.tar.bz2
samba-ce694e7051dca90cdb5700e3865315d16931c3c1.zip
r2328: add the start of a new system and protocol
independent socket library. this is not used, but compiled currently there're maybe some api changes later... metze (This used to be commit de4447d7a57c614b80d0ac00dca900ea7e1c21ea)
Diffstat (limited to 'source4/configure.in')
-rw-r--r--source4/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/configure.in b/source4/configure.in
index eccdc1be6e..6bd8f9323c 100644
--- a/source4/configure.in
+++ b/source4/configure.in
@@ -14,6 +14,7 @@ SMB_INCLUDE_M4(build/m4/rewrite.m4)
SMB_INCLUDE_M4(lib/popt/config.m4)
SMB_INCLUDE_M4(lib/iconv.m4)
SMB_INCLUDE_M4(lib/basic.m4)
+SMB_INCLUDE_M4(lib/socket/config.m4)
SMB_INCLUDE_M4(lib/tdb/config.m4)
SMB_INCLUDE_M4(lib/ldb/config.m4)
SMB_INCLUDE_M4(lib/cmdline/config.m4)