diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 83a8c665..daa87d0d 100644 --- a/configure.ac +++ b/configure.ac @@ -316,7 +316,10 @@ if test "x$enable_assembler" = xyes; then esac fi case $enable_assembler in - x86|no) ;; + x86|no) + AC_DEFINE([HAVE_ASM_X86], 1, + [Define to 1 if using x86 assembler optimizations.]) + ;; *) AC_MSG_RESULT([]) AC_MSG_ERROR([--enable-assembler accepts only \`yes', \`no', or \`x86'.]) |