[Libreoffice-commits] .: configure.in
Lionel Elie Mamane
lmamane at kemper.freedesktop.org
Sun Dec 4 22:47:09 PST 2011
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 04f53f0714ed364177a740d9de52c497cda74064
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date: Mon Dec 5 07:46:59 2011 +0100
configure.in: search for pg_config in default fink/MacPort locations
diff --git a/configure.in b/configure.in
index 5b2a01c..cf0d3cb 100644
--- a/configure.in
+++ b/configure.in
@@ -5409,7 +5409,7 @@ if test "x$enable_ext_postgresql_sdbc" = "xyes" -a "x$enable_extension_integrati
SYSTEM_POSTGRESQL=YES
if test "$_os" = Darwin; then
supp_path=''
- for d in /Library/PostgreSQL/9.*/bin; do
+ for d in /Library/PostgreSQL/9.*/bin /sw/opt/postgresql/9.*/bin /opt/local/lib/postgresql9*/bin; do
pg_supp_path="$PATH_SEPARATOR$d$pg_supp_path"
done
fi
More information about the Libreoffice-commits
mailing list