[Mplayer-cvslog] CVS: main configure,1.123,1.124

Atmosfear atmos4 at mplayer.dev.hu
Mon Jul 30 16:53:09 CEST 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv408

Modified Files:
	configure 
Log Message:
sdl-config fixed - again =) huje atmos


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- configure	30 Jul 2001 11:14:59 -0000	1.123
+++ configure	30 Jul 2001 14:53:07 -0000	1.124
@@ -343,10 +343,12 @@
 _extralibdir=-L/usr/local/lib
 _extraincdir=-I/usr/local/include
 
-if [ x"$_sdlconfig" = x"" -a "$system_name" = "FreeBSD" ]; then
-_sdlconfig='sdl11-config'
-else
-_sdlconfig='sdl-config'
+if [ x"$_sdlconfig" = x"" ]; then
+   if [ "$system_name" = "FreeBSD" ]; then
+      _sdlconfig='sdl11-config'
+   else
+      _sdlconfig='sdl-config'
+   fi
 fi
 
 # ---




More information about the MPlayer-cvslog mailing list