From 80dc0c16b95c4ea4fe758a92fd4f7ee72aec89dc Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 25 Nov 2009 14:35:47 -0500 Subject: Fix bug with bad ldb pkg-config files --- server/external/libldb.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/external/libldb.m4') 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 -- cgit