s4:configure: require the same version for external and internal libtevent
authorStefan Metzmacher <metze@samba.org>
Fri, 13 Feb 2009 17:52:40 +0000 (18:52 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 13 Feb 2009 17:55:22 +0000 (18:55 +0100)
Until we reach 1.0.0, we better require the exact same version.

metze

source3/samba4.m4
source4/configure.ac

index 8107f816ad6f88f85316271d04ccb68ebc9c7eca..d11d3be2d50a371802dd0b31d4d14be79af4e97e 100644 (file)
@@ -84,7 +84,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,
+SMB_EXT_LIB_FROM_PKGCONFIG(LIBTEVENT, tevent = 0.9.3,
        [],[m4_include(../lib/tevent/samba.m4)]
 )
 
index 32778790e51c63ecb4d27950539a7e0b15d03b70..85ea44f570fe6a2ac57f41bc73e44e73aeacb02c 100644 (file)
@@ -60,7 +60,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,
+SMB_EXT_LIB_FROM_PKGCONFIG(LIBTEVENT, tevent = 0.9.3,
        [],[m4_include(../lib/tevent/samba.m4)]
 )