summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2006-01-17 04:24:43 +0100
committertege <tege@gmplib.org>2006-01-17 04:24:43 +0100
commit5abbde720b4dc3dada02a0877359aef261080759 (patch)
tree37473b7851733db57dc839df20d1d89c5965a6df /configure.in
parent70ed628ef8452f36e534e42e2a3e4b940cc7b80a (diff)
downloadgmp-5abbde720b4dc3dada02a0877359aef261080759.tar.gz
Fix tyop in last change.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7fb6d8616..d0c8b4ffe 100644
--- a/configure.in
+++ b/configure.in
@@ -2712,7 +2712,7 @@ for tmp_fn in $gmp_mpn_functions; do
#
if test $GMP_NAIL_BITS != 0 && test $tmp_dir != generic; then
case $tmp_fn in
- and_n | ior_n | xor_n | andn_n \
+ and_n | ior_n | xor_n | andn_n | \
copyi | copyd | \
popcount | hamdist | \
udiv | udiv_w_sdiv | umul | \