[MPlayer-cvslog] CVS: main configure,1.1103,1.1104

Diego Biurrun CVS syncmail at mplayerhq.hu
Thu Nov 17 12:07:32 CET 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv9124

Modified Files:
	configure 
Log Message:
Remove stray \n and shorten overly long lines in the process.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1103
retrieving revision 1.1104
diff -u -r1.1103 -r1.1104
--- configure	17 Nov 2005 11:06:38 -0000	1.1103
+++ configure	17 Nov 2005 11:07:29 -0000	1.1104
@@ -985,7 +985,7 @@
       cc_check -march=$proc $cpuopt=$proc  || proc=error
     fi
     if test "$proc" = "error" ; then
-        echores "CPU optimization disabled.\nYou have an old compiler and/or configure does not recognize your CPU."
+        echores "CPU optimization disabled. CPU not recognized or your compiler is too old."
       _mcpu=""
       _march=""
       _optimizing=""
@@ -1092,7 +1092,7 @@
       _march="-march=$proc"
       _mcpu="$cpuopt=$proc"
       if test "$proc" = "error" ; then
-        echores "CPU optimization disabled.\nYou have an old compiler and/or configure does not recognize your CPU."
+        echores "CPU optimization disabled. CPU not recognized or your compiler is too old."
         _mcpu=""
         _march=""
       fi




More information about the MPlayer-cvslog mailing list