nextafter: Fix configure check.
authorBruno Haible <bruno@clisp.org>
Sat, 16 Oct 2010 12:20:18 +0000 (14:20 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 16 Oct 2010 12:20:18 +0000 (14:20 +0200)
* modules/nextafter (configure.ac): Correct expected prototype.

ChangeLog
modules/nextafter

index aaef0a5..de256ba 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: