summaryrefslogtreecommitdiff
path: root/m4/sqrt.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-01-25 01:57:08 +0100
committerBruno Haible <bruno@clisp.org>2010-01-25 01:57:08 +0100
commit71c045ff3f67af2324da06ac4b676805590ed316 (patch)
tree313348a6d86addb5a5f9cb22c8d2eea79a9e0d89 /m4/sqrt.m4
parent494a4d32e2e9ed6201c38ff3fa28ed38c5396644 (diff)
downloadgnulib-71c045ff3f67af2324da06ac4b676805590ed316.tar.gz
Fix tests for common <math.h> functions.
Diffstat (limited to 'm4/sqrt.m4')
-rw-r--r--m4/sqrt.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/sqrt.m4 b/m4/sqrt.m4
index 947389a927..d87648cc9f 100644
--- a/m4/sqrt.m4
+++ b/m4/sqrt.m4
@@ -1,4 +1,4 @@
-# sqrt.m4 serial 1
+# sqrt.m4 serial 2
dnl Copyright (C) 2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -6,5 +6,5 @@ dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_FUNC_SQRT],
[
- gl_MATHFUNC([sqrt])
+ gl_MATHFUNC([sqrt], [double], [(double)])
])