summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-19 14:55:36 +0000
committerjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-19 14:55:36 +0000
commit59ff0c977904714809cda249500419c4104d88ed (patch)
treeaa182920cb40323524bc09b2c609d1bd8e340397 /configure
parent0faa3ec7888e04eec09b0177e82b239e7c06cb6c (diff)
downloadmpv-59ff0c977904714809cda249500419c4104d88ed.tar.bz2
mpv-59ff0c977904714809cda249500419c4104d88ed.tar.xz
there was a shitty warning
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3003 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 037aaf5132..d362e11dcc 100755
--- a/configure
+++ b/configure
@@ -929,8 +929,8 @@ if x86 && linux ; then
if test "$_k_verc_fail" ; then
echores "$kernel_version, fail"
echo "WARNING! If you want to run mplayer on this system, get prepared for problems!"
- echo " 2.2.x has a limited (SSE support of 2.2.x series is limited. Upgrade kernel or use --disable-sse)"
- echo "Older kernel won't work correctly with mplayer (in"
+ echo "2.2.x has a limited SSE support. Upgrade kernel or use --disable-sse"
+ echo "Older kernel won't work correctly with mplayer"
else
echores "$kernel_version, ok"
fi