changeset 21363:8618755f2c06

Add /usr/local/lib and /usr/local/include to the linker/compiler search paths by default. Closes bug #650. patch by sci-fi (at) hush (dot) ai
author diego
date Wed, 29 Nov 2006 11:07:30 +0000
parents 76f120c4e0f1
children d81ffbf9615f
files configure
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Nov 29 10:51:39 2006 +0000
+++ b/configure	Wed Nov 29 11:07:30 2006 +0000
@@ -657,6 +657,8 @@
 _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