summaryrefslogtreecommitdiff
path: root/source4/configure.ac
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-04 17:58:56 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-04 18:57:18 +0100
commit033428d7da12a6ddc741aa6c70c65eca57b6d182 (patch)
tree2e248bbf036abebe86bee8524007034785bc0746 /source4/configure.ac
parentf9cb82d547ec6fd05c8c5196016ed8f33dc8b300 (diff)
downloadsamba-033428d7da12a6ddc741aa6c70c65eca57b6d182.tar.gz
samba-033428d7da12a6ddc741aa6c70c65eca57b6d182.tar.bz2
samba-033428d7da12a6ddc741aa6c70c65eca57b6d182.zip
tevent: move samba4 stuff from libtevent.m4 to samba.m4
metze
Diffstat (limited to 'source4/configure.ac')
-rw-r--r--source4/configure.ac7
1 files changed, 1 insertions, 6 deletions
diff --git a/source4/configure.ac b/source4/configure.ac
index 4ce55c82ba..6c8fb0efc2 100644
--- a/source4/configure.ac
+++ b/source4/configure.ac
@@ -61,12 +61,7 @@ SMB_EXT_LIB_FROM_PKGCONFIG(LIBTDB, tdb >= 1.1.3,
SMB_INCLUDE_MK(../lib/tdb/python.mk)
SMB_EXT_LIB_FROM_PKGCONFIG(LIBTEVENT, tevent >= 0.9.2,
- [],
- [
- m4_include(../lib/tevent/libtevent.m4)
- SMB_INCLUDE_MK(../lib/tevent/config.mk)
- AC_CONFIG_FILES(../lib/tevent/tevent.pc)
- ]
+ [],[m4_include(../lib/tevent/samba.m4)]
)
SMB_INCLUDE_MK(../lib/tevent/python.mk)