diff --git a/configure.ac b/configure.ac index 30e53f21..3c0ab6b6 100644 --- a/configure.ac +++ b/configure.ac @@ -350,7 +350,7 @@ if test "x$enable_assembler" = xyes; then case $host_os in # Darwin should work too but only if not creating universal # binaries. Solaris x86 could work too but I cannot test. - linux* | *bsd* | mingw* | cygwin | msys | *djgpp*) + linux* | gnu* | *bsd* | mingw* | cygwin | msys | *djgpp*) case $host_cpu in i?86) enable_assembler=x86 ;; esac