summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2014-01-04 14:08:46 +0100
committerTorbjorn Granlund <tege@gmplib.org>2014-01-04 14:08:46 +0100
commit96114ffdece570f7678d9e6a533602669aaddab3 (patch)
tree573c7f20b542afaaeedffbdc2cd95cec92d162d2 /acinclude.m4
parent7aecdce409b7b95012cbe81528a1d7230e7b288c (diff)
downloadgmp-96114ffdece570f7678d9e6a533602669aaddab3.tar.gz
(GMP_PROG_M4): Avoid hex output, since case varies.
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 8d51a0d85..5f0d1b8ac 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(0xdeed,16),deed,`define(t3,Y)',
+')ifelse(eval(9,16),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
')]