diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-01-25 08:40:03 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-01-25 08:40:03 +0100 |
commit | 125311d92948ef600eb11d411ede9e1966922f76 (patch) | |
tree | 764fe26203f0f3b64a5c0e4ce46f35989a815e94 /source4/configure.ac | |
parent | b0e286a5be6137a0c5cd4029cdb3ae7abbd48b25 (diff) | |
download | samba-125311d92948ef600eb11d411ede9e1966922f76.tar.gz |
configure.ac: we should only create ldb.pc when use the internal ldb
metze
(This used to be commit 2c75bd5009020171e31b56ab3d8d6a86f19f3b49)
Diffstat (limited to 'source4/configure.ac')
-rw-r--r-- | source4/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/configure.ac b/source4/configure.ac index 23fc1023ad4..e4e205e6268 100644 --- a/source4/configure.ac +++ b/source4/configure.ac @@ -60,7 +60,6 @@ SMB_EXT_LIB_FROM_PKGCONFIG(LIBLDB, ldb >= 0.9.1, SMB_INCLUDE_MK(lib/ldb/ldb_ildap/config.mk) SMB_INCLUDE_MK(lib/ldb/tools/config.mk) SMB_SUBSYSTEM(ldb_map, [], [LIBLDB]) - AC_OUTPUT(lib/ldb/ldb.pc) define_ldb_modulesdir=no ], [ @@ -84,6 +83,7 @@ SMB_EXT_LIB_FROM_PKGCONFIG(LIBLDB, ldb >= 0.9.1, m4_include(lib/ldb/sqlite3.m4) m4_include(lib/ldb/libldb.m4) SMB_INCLUDE_MK(lib/ldb/config.mk) + AC_OUTPUT(lib/ldb/ldb.pc) ] ) SMB_INCLUDE_MK(lib/ldb/python.mk) |