define NOSSE2 globally until somebody finds a better way

This commit is contained in:
matusz 2009-04-17 14:51:40 +00:00
parent 2684c683a8
commit 151ebfc21f
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ dnl -- check for endianess
AC_C_BIGENDIAN
dnl --- Other prerequisites ---
dnl - FIXME: provide a way to compile asm sources
dnl - and/or autodecide if we can have SSE2
AC_DEFINE(NOSSE2)
dnl - Check for pkg-config macros
m4_ifdef([PKG_PROG_PKG_CONFIG], [PKG_PROG_PKG_CONFIG])
dnl - Check for intltool/gettext macros