[MPlayer-cvslog] r22211 - trunk/configure
diego
subversion at mplayerhq.hu
Mon Feb 12 14:59:26 CET 2007
Author: diego
Date: Mon Feb 12 14:59:25 2007
New Revision: 22211
Modified:
trunk/configure
Log:
Fix setting of mtrr variable.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Feb 12 14:59:25 2007
@@ -2147,11 +2147,11 @@
extcheck $_cmov "cmov" "cmovb %%eax,%%ebx"
echocheck "mtrr support"
- echores "$_mtrr"
-
- if test "$_mtrr" = yes ; then
+ if test "$_mtrr" = kernel_check ; then
+ _mtrr="yes"
_optimizing="$_optimizing mtrr"
fi
+ echores "$_mtrr"
if test "$_gcc3_ext" != ""; then
# if we had to disable sse/sse2 because the active kernel does not
More information about the MPlayer-cvslog
mailing list