# HG changeset patch # User diego # Date 1164798450 0 # Node ID 8618755f2c0604cb5312cb3f59ee9767f5cb2053 # Parent 76f120c4e0f1c4c77df1723cf7a8c0d3c1c26342 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 diff -r 76f120c4e0f1 -r 8618755f2c06 configure --- 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