diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 39996bcc..afd5afc1 100644 --- a/configure.ac +++ b/configure.ac @@ -307,12 +307,6 @@ if test "x$enable_assembler" = xyes; then x86_64) enable_assembler=x86_64 ;; *) enable_assembler=no ;; esac - # Darwin has different ABI than GNU+Linux and Solaris, - # and the assembler code doesn't assemble. - case $host_os in - darwin*) enable_assembler=no ;; - *) ;; - esac fi case $enable_assembler in x86) |