diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-29 11:07:30 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-29 11:07:30 +0000 |
commit | cbe3bc88999ae11e03640bcdb8a0739fcb6c4181 (patch) | |
tree | 642456a1bc5c625b6c6a99e6c32d5e9dc3662180 | |
parent | 19300ef1dba9462b849e35fc24217ac8a04a0f28 (diff) |
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
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |