[xiph-commits] r15840 - branches/theora-thusnelda

giles at svn.xiph.org giles at svn.xiph.org
Tue Mar 24 14:12:27 PDT 2009


Author: giles
Date: 2009-03-24 14:12:27 -0700 (Tue, 24 Mar 2009)
New Revision: 15840

Modified:
   branches/theora-thusnelda/configure.ac
Log:
Remove the obsolete OC_X86ASM configure and automake variable.


Modified: branches/theora-thusnelda/configure.ac
===================================================================
--- branches/theora-thusnelda/configure.ac	2009-03-24 21:09:34 UTC (rev 15839)
+++ branches/theora-thusnelda/configure.ac	2009-03-24 21:12:27 UTC (rev 15840)
@@ -177,14 +177,11 @@
     if test "x$target_vendor" = "xapple"; then
       THEORA_LDFLAGS="$THEORA_LDFLAGS  -Wl,-read_only_relocs,suppress"
     fi
-    
-    AC_DEFINE([OC_X86ASM], [], [enable x86 assambler optimization])
       ;;
   x86_64)
     cpu_x86_64=yes
     cpu_optimization="64 bit x86"
     AC_DEFINE([USE_ASM], [],  [make use of asm optimization])  
-    AC_DEFINE([OC_X86ASM], [], [enable x86 assambler optimization])
     ;;
   esac
 else
@@ -192,7 +189,6 @@
 fi
 AM_CONDITIONAL([CPU_x86_64], [test x$cpu_x86_64 = xyes])
 AM_CONDITIONAL([CPU_x86_32], [test x$cpu_x86_32 = xyes])
-AM_CONDITIONAL(OC_X86ASM,[test x$ac_enable_asm = xyes])
 
 # Test whenever ld supports -version-script
 AC_PROG_LD



More information about the commits mailing list