nextafter: Fix configure check.
authorBruno Haible <bruno@clisp.org>
Sat, 16 Oct 2010 12:20:18 +0000 (14:20 +0200)
committerIan Beckwith <ianb@erislabs.net>
Sat, 23 Oct 2010 22:08:30 +0000 (23:08 +0100)
* modules/nextafter (configure.ac): Correct expected prototype.
(cherry picked from commit 3f75f63f5e0bc6293e7a712e8699d930d4e53a5f)

ChangeLog
modules/nextafter

index d256c30..fdb1dde 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-10-16  Bruno Haible  <bruno@clisp.org>
 
+       nextafter: Fix configure check.
+       * modules/nextafter (configure.ac): Correct expected prototype.
+
+2010-10-16  Bruno Haible  <bruno@clisp.org>
+
        termios: Update documentation.
        * doc/posix-headers/termios.texi: Mention remaining mingw problems.
 
index ed93418..1152d20 100644 (file)
@@ -7,7 +7,7 @@ m4/mathfunc.m4
 Depends-on:
 
 configure.ac:
-gl_MATHFUNC([nextafter], [double], [(double)])
+gl_MATHFUNC([nextafter], [double], [(double, double)])
 
 Makefile.am: