summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-20 19:42:47 +0000
committerjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-20 19:42:47 +0000
commit252071426926fd516e55ad551254e190fa80784b (patch)
tree3dc2b56d71c32c078e8b46b82baa106f8371c4f6 /configure
parent8c46e592c4afbef2161b04292a075fae4e206361 (diff)
downloadmpv-252071426926fd516e55ad551254e190fa80784b.tar.bz2
mpv-252071426926fd516e55ad551254e190fa80784b.tar.xz
typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5735 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6a5203ad9c..780227c503 100755
--- a/configure
+++ b/configure
@@ -1150,7 +1150,7 @@ if x86 && linux ; then
echo "WARNING! If you want to run mplayer on this system, get prepared for problems!"
echo "2.2.x has limited SSE support. Upgrade kernel or use --disable-sse if you"
echo "experience crashes. MPlayer tries to autodetect if your kernel correctly supports"
- echo "SSE, but you have been warned! If you are using kernel older then 2.2.x you must"
+ echo "SSE, but you have been warned! If you are using kernel older than 2.2.x you must"
echo "upgrade it to get SSE support!"
# die "old kernel for this cpu" # works fine on some 2.2.x so don't die (later check will test)
else