aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-01-07 19:05:03 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-01-07 19:05:03 +0000
commit4830308d6878bba9d47da6f5bbeb532d31fb0b25 (patch)
tree930a7dc48c621c5639fcd48493eaf8780a51c542
parenta29caad0be21fc475039ab06ad2dc6fd1b6ebc8f (diff)
check whether the compiler supports SSE
svn path=/trunk/externals/zexy/; revision=4376
-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}