From d42e415b4069f293c28fd0cae7fe6fbaa587b171 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 5 Mar 2008 16:31:04 +0100 Subject: Revert "Make sure to generate pkgconfig files for libtdb and libtalloc." This uses incorrect version numbers for tdb and talloc. Guenther This reverts commit df97fb019b89a147a0a2c560003d74c354fcc4b6. (This used to be commit ead849949b1b879e2bc4a6b1f7c3d2df1962170a) --- source3/configure.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index 1ebd84e9a8..056c0f8049 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -6229,8 +6229,6 @@ AC_OUTPUT(Makefile library-versions pkgconfig/wbclient.pc pkgconfig/netapi.pc pkgconfig/smbsharemodes.pc - lib/talloc/talloc.pc - lib/tdb/tdb.pc ) ################################################# -- cgit