summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-29 11:07:30 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-29 11:07:30 +0000
commitcbe3bc88999ae11e03640bcdb8a0739fcb6c4181 (patch)
tree642456a1bc5c625b6c6a99e6c32d5e9dc3662180 /configure
parent19300ef1dba9462b849e35fc24217ac8a04a0f28 (diff)
downloadmpv-cbe3bc88999ae11e03640bcdb8a0739fcb6c4181.tar.bz2
mpv-cbe3bc88999ae11e03640bcdb8a0739fcb6c4181.tar.xz
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
Diffstat (limited to 'configure')
-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