summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Glessner <dw.g@gmx.com>2014-03-08 12:59:52 -0600
committerKevin Greenan <kmgreen2@gmail.com>2014-03-28 08:34:46 -0700
commite84360f8113b330ed97139eb7aff2299d6e7b619 (patch)
tree3111ce8f04df6d42b20264011904c387cff8feb1
parentda3b76730e3666490854efc6147ee727bbc6b566 (diff)
downloadjerasure-e84360f8113b330ed97139eb7aff2299d6e7b619.tar.gz
Quiet configure warning.
(ARCH_64 doesn't appear to be used.)
-rwxr-xr-xconfigure4
-rw-r--r--m4/ax_ext.m44
2 files changed, 0 insertions, 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