[MPlayer-cvslog] r21379 - trunk/configure

diego subversion at mplayerhq.hu
Wed Nov 29 12:07:30 CET 2006


Author: diego
Date: Wed Nov 29 12:07:30 2006
New Revision: 21379

Modified:
   trunk/configure

Log:
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


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Wed Nov 29 12:07:30 2006
@@ -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



More information about the MPlayer-cvslog mailing list