summaryrefslogtreecommitdiff
path: root/m4/ax_ext.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/ax_ext.m4')
-rw-r--r--m4/ax_ext.m44
1 files changed, 0 insertions, 4 deletions
diff --git a/m4/ax_ext.m4 b/m4/ax_ext.m4
index 011dc3c..cfbb797 100644
--- a/m4/ax_ext.m4
+++ b/m4/ax_ext.m4
@@ -172,10 +172,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