summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2003-10-11 04:24:07 +0200
committertege <tege@gmplib.org>2003-10-11 04:24:07 +0200
commit3d9e7ec041e32191917969c23ff10b65d7b63a03 (patch)
tree3ef47dccf4e4a1510ff0591f27d725df862856b8 /configure
parent1d5f0b9b4b5e2f994e594673c492cfa567478a53 (diff)
downloadgmp-3d9e7ec041e32191917969c23ff10b65d7b63a03.tar.gz
Regenerate for:
(tmp_mulfunc): Handle rsh1aors_n.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index ff2faeba3..c09bb0be8 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.569 .
+# From configure.in Revision: 1.570 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57 for GNU MP 4.1.
#
@@ -26300,6 +26300,8 @@ case $tmp_fn in
lshift|rshift) tmp_mulfunc="lorrshift";;
addlsh1_n|sublsh1_n)
tmp_mulfunc="aorslsh1_n";;
+ rsh1add_n|rsh1sub_n)
+ tmp_mulfunc="rsh1aors_n";;
esac
@@ -26433,6 +26435,8 @@ case $tmp_fn in
lshift|rshift) tmp_mulfunc="lorrshift";;
addlsh1_n|sublsh1_n)
tmp_mulfunc="aorslsh1_n";;
+ rsh1add_n|rsh1sub_n)
+ tmp_mulfunc="rsh1aors_n";;
esac