autoconf: Restore commented ASM_FLAGS
authorDan Nicholson <dbn.lists@gmail.com>
Wed, 11 Feb 2009 18:42:34 +0000 (10:42 -0800)
committerDan Nicholson <dbn.lists@gmail.com>
Wed, 11 Feb 2009 19:56:17 +0000 (11:56 -0800)
This is not the proper approach to disabling assembly. If there are bugs,
they should be fixed or the assembly can default to off.

Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
configure.ac

index fa9c3b082a432ee8bb72afc3c415fac07c85f0a6..a124f42603341e66859d371fbb247fa6ed841fbb 100644 (file)
@@ -314,7 +314,7 @@ if test "x$enable_asm" = xyes; then
 
     case "$asm_arch" in
     x86)
-        dnl ASM_FLAGS="-DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM"
+        ASM_FLAGS="-DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM"
         ASM_SOURCES='$(X86_SOURCES)'
         ASM_API='$(X86_API)'
         AC_MSG_RESULT([yes, x86])