summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2014-01-04 14:33:40 +0100
committerTorbjorn Granlund <tege@gmplib.org>2014-01-04 14:33:40 +0100
commit03248b62b806926df379fc50c6afba0ce66136d2 (patch)
treec0046d605508fa42302c83bdbb34b282d72739e4 /acinclude.m4
parent96114ffdece570f7678d9e6a533602669aaddab3 (diff)
downloadgmp-03248b62b806926df379fc50c6afba0ce66136d2.tar.gz
Fix typo in last change.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 5f0d1b8ac..1a8460e8c 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -309,7 +309,7 @@ dnl macros.
``bad: $][# not supported (SunOS /usr/bin/m4)
'')ifelse(eval(89),89,`define(t2,Y)',
`bad: eval() doesnt support 8 or 9 in a constant (OpenBSD 2.6 m4)
-')ifelse(eval(9,16),10,`define(t3,Y)',
+')ifelse(eval(9,9),10,`define(t3,Y)',
`bad: eval() doesnt support radix in eval (FreeBSD 8.x,9.0,9.1,9.2 m4)
')ifelse(t1`'t2`'t3,YYY,`good
')]