summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-11-25 14:35:47 -0500
committerStephen Gallagher <sgallagh@redhat.com>2009-11-25 15:26:48 -0500
commit80dc0c16b95c4ea4fe758a92fd4f7ee72aec89dc (patch)
tree8423e92f4a49322fd72e12738fdd026176ddc14b /server
parentd9a9def119a5bcf50c8679fc04b43974087d509d (diff)
downloadsssd-80dc0c16b95c4ea4fe758a92fd4f7ee72aec89dc.tar.gz
sssd-80dc0c16b95c4ea4fe758a92fd4f7ee72aec89dc.tar.xz
sssd-80dc0c16b95c4ea4fe758a92fd4f7ee72aec89dc.zip
Fix bug with bad ldb pkg-config files
Diffstat (limited to 'server')
-rw-r--r--server/external/libldb.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/server/external/libldb.m4 b/server/external/libldb.m4
index d11acb4bf..0679e1d19 100644
--- a/server/external/libldb.m4
+++ b/server/external/libldb.m4
@@ -20,7 +20,7 @@ if test x"$with_ldb_lib_dir" != x; then
ldblibdir=$with_ldb_lib_dir
else
ldblibdir="`$PKG_CONFIG --variable=modulesdir ldb`"
- if test x"$ldblibdir" == x; then
+ if ! test -d $ldblibdir; then
ldblibdir="${libdir}/ldb"
fi
fi