[Mplayer-cvslog] CVS: main configure,1.118,1.119

Atmosfear atmos4 at mplayer.dev.hu
Sun Jul 29 15:24:30 CEST 2001


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

Modified Files:
	configure 
Log Message:
Display detected OS and arch.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- configure	28 Jul 2001 21:35:55 -0000	1.118
+++ configure	29 Jul 2001 13:24:23 -0000	1.119
@@ -275,6 +275,9 @@
    host_arch=`echo $_target | cut -d '-' -f 1`
 fi
 
+echo "Detected operating system: $system_name"
+echo "Detected host architecture: $host_arch"
+
 # Determine OS dependent libs
 
 if [ "$system_name" = "FreeBSD" ]; then




More information about the MPlayer-cvslog mailing list