summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 21678e4e04..d3aef07c77 100755
--- a/configure
+++ b/configure
@@ -657,6 +657,8 @@ fi
_ldd=ldd
if darwin; then
_ldd="otool -L"
+ _ld_extra="$_ld_extra -L/usr/local/lib"
+ _inc_extra="$_inc_extra -I/usr/local/include"
fi
if aix ; then