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 aaef0a521b9a9e326f6a154096b18d2d22ce4b3b..de256ba80342f991a9bd2a26daca0b44bc36dffa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index ed93418b8bbcd98b7a6fccdb81f4d89790e0ba64..1152d2032869ab322046d95565c62381b085b7df 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: