comparison configure @ 5734:c96c7633dfa8

typo
author jaf
date Sat, 20 Apr 2002 19:42:47 +0000
parents a8e785ce5cbf
children 4593e6189c20
comparison
equal deleted inserted replaced
5733:56ba628118a2 5734:c96c7633dfa8
1148 if test "$_k_verc_fail" ; then 1148 if test "$_k_verc_fail" ; then
1149 echores "$kernel_version, fail" 1149 echores "$kernel_version, fail"
1150 echo "WARNING! If you want to run mplayer on this system, get prepared for problems!" 1150 echo "WARNING! If you want to run mplayer on this system, get prepared for problems!"
1151 echo "2.2.x has limited SSE support. Upgrade kernel or use --disable-sse if you" 1151 echo "2.2.x has limited SSE support. Upgrade kernel or use --disable-sse if you"
1152 echo "experience crashes. MPlayer tries to autodetect if your kernel correctly supports" 1152 echo "experience crashes. MPlayer tries to autodetect if your kernel correctly supports"
1153 echo "SSE, but you have been warned! If you are using kernel older then 2.2.x you must" 1153 echo "SSE, but you have been warned! If you are using kernel older than 2.2.x you must"
1154 echo "upgrade it to get SSE support!" 1154 echo "upgrade it to get SSE support!"
1155 # die "old kernel for this cpu" # works fine on some 2.2.x so don't die (later check will test) 1155 # die "old kernel for this cpu" # works fine on some 2.2.x so don't die (later check will test)
1156 else 1156 else
1157 echores "$kernel_version, ok" 1157 echores "$kernel_version, ok"
1158 fi 1158 fi