# HG changeset patch # User jaf # Date 1006181736 0 # Node ID 660026738a8f8860cc705120acc16e4d318730d0 # Parent 605efb97f9818e25f933f81db3e416e4148a4898 there was a shitty warning diff -r 605efb97f981 -r 660026738a8f configure --- a/configure Mon Nov 19 14:11:57 2001 +0000 +++ b/configure Mon Nov 19 14:55:36 2001 +0000 @@ -929,8 +929,8 @@ 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