Correctly determine whether pow is available in libc on AIX 7 with xlc.
[gnulib.git] / ChangeLog
index 1b4d2e9..e90bfe8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2010-07-31  Bruno Haible  <bruno@clisp.org>
 
+       Correctly determine whether pow is available in libc on AIX 7 with xlc.
+       * m4/mathfunc.m4 (gl_MATHFUNC): Actually use the 'funcptr' variable.
+       This disables an xlc optimization that was causing wrong test results.
+       Reported by Rainer Tammer.
+
+2010-07-31  Bruno Haible  <bruno@clisp.org>
+
        iconv: Work around AIX 6.1..7.1 bug.
        * doc/posix-functions/iconv.texi: Mention AIX 6.1, 7.1 bug.
        * m4/iconv.m4 (AM_ICONV_LINK): Test against AIX 6.1, 7.1 bug. When