Quiet configure warning.

(ARCH_64 doesn't appear to be used.)
master
David Glessner 2014-03-08 12:59:52 -06:00 committed by Kevin Greenan
parent da3b76730e
commit e84360f811
2 changed files with 0 additions and 8 deletions

4
configure vendored
View File

@ -12158,10 +12158,6 @@ $as_echo "$as_me: WARNING: Your processor supports mmx instructions but not your
fi
fi
if test "$ac_cv_sizeof_long" -eq 8; then
SIMD_FLAGS="$SIMD_FLAGS -DARCH_64"
fi
if test "$ax_cv_have_sse_ext" = yes; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -msse" >&5
$as_echo_n "checking whether C compiler accepts -msse... " >&6; }

View File

@ -164,10 +164,6 @@ AC_DEFUN([AX_EXT],
fi
fi
if test "$ac_cv_sizeof_long" -eq 8; then
SIMD_FLAGS="$SIMD_FLAGS -DARCH_64"
fi
if test "$ax_cv_have_sse_ext" = yes; then
AX_CHECK_COMPILE_FLAG(-msse, ax_cv_support_sse_ext=yes, [])
if test x"$ax_cv_support_sse_ext" = x"yes"; then