From 578c39fbf3b8e14ce70d0160f21091c571110060 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Mon, 22 Jan 2007 23:04:24 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 99456c11e..75505eed4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,17 @@ +2007-01-23 Kevin Ryde + + * configure.in (isinf, isnan): Use a volatile global to stop gcc + optimizing out the test. In particular this fixes solaris where there + isn't an isinf or isnan (though gcc still optimizes as if there is). + Reported by Hugh Sasse. + (AC_C_VOLATILE): New. + 2007-01-22 Kevin Ryde * configure.in (AC_INIT): Don't use "echo -n", it's not portable and in particular fails on solaris (resulting in literal "-n"s going into - the output, making the resulting configure unusable). + the output, making the resulting configure unusable). Reported by + Hugh Sasse. 2006-12-27 Kevin Ryde