[Mplayer-cvslog] CVS: main configure,1.212,1.213
Nick Kurshev
nick at mplayer.dev.hu
Sat Oct 27 16:58:56 CEST 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv17149/main
Modified Files:
configure
Log Message:
Suppress implicit usage of /usr/local stuff
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- configure 27 Oct 2001 13:53:01 -0000 1.212
+++ configure 27 Oct 2001 14:58:33 -0000 1.213
@@ -422,12 +422,19 @@
fi
# Lots of stuff are installed under /usr/local
-
+# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+# NK: But we should never use this stuff implicitly
+# since we call compiler from /usr we should be sure
+# that there no effects from other compilers (libraries)
+# which might be installed into /usr/local.
+# Let users use this stuff explicitly as command line argument.
+# In other words: It would be resonable have or only /usr/include
+# or only /usr/local/include.
if test -z "$_extralibdir" ; then
-_extralibdir=-L/usr/local/lib
+_extralibdir=-L/usr/lib
fi
if test -z "$_extraincdir" ; then
-_extraincdir=-I/usr/local/include
+_extraincdir=-I/usr/include
fi
if test -z "$_sdlconfig" ; then
More information about the MPlayer-cvslog
mailing list