Mercurial > mplayer.hg
comparison configure @ 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 | be2e003cdd10 |
children | efa3a5d013fe |
comparison
equal
deleted
inserted
replaced
21362:76f120c4e0f1 | 21363:8618755f2c06 |
---|---|
655 fi | 655 fi |
656 | 656 |
657 _ldd=ldd | 657 _ldd=ldd |
658 if darwin; then | 658 if darwin; then |
659 _ldd="otool -L" | 659 _ldd="otool -L" |
660 _ld_extra="$_ld_extra -L/usr/local/lib" | |
661 _inc_extra="$_inc_extra -I/usr/local/include" | |
660 fi | 662 fi |
661 | 663 |
662 if aix ; then | 664 if aix ; then |
663 _ld_extra="$_ld_extra -lC" | 665 _ld_extra="$_ld_extra -lC" |
664 fi | 666 fi |