From e84360f8113b330ed97139eb7aff2299d6e7b619 Mon Sep 17 00:00:00 2001 From: David Glessner Date: Sat, 8 Mar 2014 12:59:52 -0600 Subject: Quiet configure warning. (ARCH_64 doesn't appear to be used.) --- configure | 4 ---- m4/ax_ext.m4 | 4 ---- 2 files changed, 8 deletions(-) diff --git a/configure b/configure index c25de1a..0f481d9 100755 --- a/configure +++ b/configure @@ -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; } diff --git a/m4/ax_ext.m4 b/m4/ax_ext.m4 index 1ee3b94..ee15bc3 100644 --- a/m4/ax_ext.m4 +++ b/m4/ax_ext.m4 @@ -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 -- cgit v1.2.1