Oops, fix regression on AIX through recent commit.
authorBruno Haible <bruno@clisp.org>
Wed, 14 Mar 2012 01:32:24 +0000 (02:32 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 14 Mar 2012 01:32:24 +0000 (02:32 +0100)
m4/sqrtl.m4

index bc25861..9f71dd5 100644 (file)
@@ -119,11 +119,13 @@ AC_DEFUN([gl_FUNC_SQRTL_WORKS],
         [AC_LANG_SOURCE([[
 #include <float.h>
 #include <math.h>
+#ifndef sqrtl /* for AIX */
 extern
 #ifdef __cplusplus
 "C"
 #endif
 long double sqrtl (long double);
+#endif
 static long double
 my_ldexpl (long double x, int d)
 {