[Mplayer-cvslog] CVS: main configure,1.175,1.176

Arpi of Ize arpi at mplayer.dev.hu
Sat Oct 6 17:39:17 CEST 2001


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

Modified Files:
	configure 
Log Message:
more on gcc 2.96

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- configure	5 Oct 2001 16:32:15 -0000	1.175
+++ configure	6 Oct 2001 15:38:56 -0000	1.176
@@ -418,7 +418,35 @@
 exit
 fi
 else
-echo "YOU'VE SELECTED '--disable-gcc-checking'. PLEASE DON'T SEND US ANY BUGREPORTS!"
+# echo "YOU'VE SELECTED '--disable-gcc-checking'. PLEASE DON'T SEND US ANY BUGREPORTS!"
+
+cat <<EOF
+
+
+Hmm. You want to compile MPlayer with gcc 2.96? Ok. You know. Do it.
+
+    *** BUT WE DO NOT RECOMMEND SENDING ANY MAIL TO THE ***
+       *** MAILING LISTS OR DIRECTLY TO THE AUTHORS! ***
+
+       *** gcc 2.96 is broken. nobody will help you! ***
+
+If you have any problem, then install 2.95.x or 3.0 version and try again.
+If the problem still exists, then read DOCS/bugreports.html.
+
+EOF
+
+echo -n "Enter keyword to continue: "
+read _answer
+
+if [ "$_answer" != "gcc 2.96 is broken" ]; then
+cat <<EOF
+
+Wrong answer. Next time try 'gcc 2.96 is broken'. But you'd better to downgrade.
+
+EOF
+exit
+fi
+
 fi
 # ---
 




More information about the MPlayer-cvslog mailing list