summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2011-12-05 07:46:59 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2011-12-05 07:46:59 +0100
commit04f53f0714ed364177a740d9de52c497cda74064 (patch)
tree59a81e53f7d1264fc8f2f315790670d03d7ed6d3 /configure.in
parentebf168f59f64b868002c10a49448e02939074755 (diff)
configure.in: search for pg_config in default fink/MacPort locations
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5b2a01cd01f7..cf0d3cb013d1 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