From: Bruno Haible Date: Wed, 14 Mar 2012 01:32:24 +0000 (+0100) Subject: Oops, fix regression on AIX through recent commit. X-Git-Tag: v0.1~827 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=689d4cc536f917fbc4a298e426771eefcabea6e7 Oops, fix regression on AIX through recent commit. --- diff --git a/m4/sqrtl.m4 b/m4/sqrtl.m4 index bc2586171..9f71dd5e5 100644 --- a/m4/sqrtl.m4 +++ b/m4/sqrtl.m4 @@ -119,11 +119,13 @@ AC_DEFUN([gl_FUNC_SQRTL_WORKS], [AC_LANG_SOURCE([[ #include #include +#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) {