summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-01-25 08:40:03 +0100
committerStefan Metzmacher <metze@samba.org>2008-01-25 08:40:03 +0100
commit125311d92948ef600eb11d411ede9e1966922f76 (patch)
tree764fe26203f0f3b64a5c0e4ce46f35989a815e94 /source4
parentb0e286a5be6137a0c5cd4029cdb3ae7abbd48b25 (diff)
downloadsamba-125311d92948ef600eb11d411ede9e1966922f76.tar.gz
samba-125311d92948ef600eb11d411ede9e1966922f76.tar.bz2
samba-125311d92948ef600eb11d411ede9e1966922f76.zip
configure.ac: we should only create ldb.pc when use the internal ldb
metze (This used to be commit 2c75bd5009020171e31b56ab3d8d6a86f19f3b49)
Diffstat (limited to 'source4')
-rw-r--r--source4/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/configure.ac b/source4/configure.ac
index 23fc1023ad..e4e205e626 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)