aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configure.ac b/src/configure.ac
index d7e3bef..ad64456 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -128,6 +128,7 @@ if test "x$enable_PIC" != "xno"; then
AC_CHECK_CFLAGS([-fPIC])
fi
+AC_CHECK_CFLAGS([-mfpmath=sse -msse])
dnl if we don't have $LD set, we set it to $(CC)
dnl LD=${LD:=$CC}