summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-06 15:38:56 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-06 15:38:56 +0000
commit136687678e4ac988a0b3cc7306c4b52a192334f4 (patch)
tree21fc9c1dff59daccc78018d87786554615f6a6eb /configure
parentf55d00485651093ecddb6d225886fffc8473d420 (diff)
downloadmpv-136687678e4ac988a0b3cc7306c4b52a192334f4.tar.bz2
mpv-136687678e4ac988a0b3cc7306c4b52a192334f4.tar.xz
more on gcc 2.96
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2112 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure30
1 files changed, 29 insertions, 1 deletions
diff --git a/configure b/configure
index 669c5cfd7d..fc43abeff6 100755
--- a/configure
+++ b/configure
@@ -418,7 +418,35 @@ EOF
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
# ---