From cbe3bc88999ae11e03640bcdb8a0739fcb6c4181 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 29 Nov 2006 11:07:30 +0000 Subject: 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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21379 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') 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 -- cgit v1.2.3