Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Christian Walther fixed bug #530
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 29, 2007
1 parent b37d9c5 commit 159f1d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.in
Expand Up @@ -298,6 +298,7 @@ AC_HELP_STRING([--enable-mmx], [use MMX assembly routines [[default=yes]]]),
have_gcc_mmx=yes
])
AC_MSG_RESULT($have_gcc_mmx)
CFLAGS="$save_CFLAGS"

if test x$have_gcc_mmx = xyes; then
EXTRA_CFLAGS="$EXTRA_CFLAGS $mmx_CFLAGS"
Expand All @@ -324,6 +325,7 @@ AC_HELP_STRING([--enable-3dnow], [use MMX assembly routines [[default=yes]]]),
have_gcc_3dnow=yes
])
AC_MSG_RESULT($have_gcc_3dnow)
CFLAGS="$save_CFLAGS"

if test x$have_gcc_3dnow = xyes; then
EXTRA_CFLAGS="$EXTRA_CFLAGS $amd3dnow_CFLAGS"
Expand All @@ -350,6 +352,7 @@ AC_HELP_STRING([--enable-sse], [use SSE assembly routines [[default=yes]]]),
have_gcc_sse=yes
])
AC_MSG_RESULT($have_gcc_sse)
CFLAGS="$save_CFLAGS"

if test x$have_gcc_sse = xyes; then
EXTRA_CFLAGS="$EXTRA_CFLAGS $sse_CFLAGS"
Expand All @@ -376,6 +379,7 @@ AC_HELP_STRING([--enable-sse2], [use SSE2 assembly routines [[default=yes]]]),
have_gcc_sse2=yes
])
AC_MSG_RESULT($have_gcc_sse2)
CFLAGS="$save_CFLAGS"

if test x$have_gcc_sse2 = xyes; then
EXTRA_CFLAGS="$EXTRA_CFLAGS $sse2_CFLAGS"
Expand Down

0 comments on commit 159f1d2

Please sign in to comment.