1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

more on gcc 2.96

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2112 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-10-06 15:38:56 +00:00
parent f55d004856
commit 136687678e

30
configure vendored
View File

@ -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
# ---