aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-03-24 16:38:40 +0200
committerLasse Collin <lasse.collin@tukaani.org>2008-03-24 16:38:40 +0200
commit641998c3e1ecc8b598fe0eb051fab8b9535c291b (patch)
tree7a0cee9b393131475cca96848d0f72fc62153460 /configure.ac
parentTake advantage of arithmetic right shift in range decoder. (diff)
downloadxz-641998c3e1ecc8b598fe0eb051fab8b9535c291b.tar.xz
Replaced the range decoder optimization that used arithmetic
right shift with as fast version that doesn't need arithmetic right shift. Removed the related check from configure.ac.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 472a7d16..dbafd73c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -407,7 +407,6 @@ AC_CHECK_HEADERS([assert.h errno.h byteswap.h sys/param.h sys/sysctl.h],
AC_C_INLINE
AC_C_RESTRICT
-AX_C_ARITHMETIC_RSHIFT
AC_HEADER_STDBOOL