summaryrefslogtreecommitdiff
path: root/m4/frexpl.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/frexpl.m4')
-rw-r--r--m4/frexpl.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/frexpl.m4 b/m4/frexpl.m4
index c6bdff6c23..c5da7446c5 100644
--- a/m4/frexpl.m4
+++ b/m4/frexpl.m4
@@ -1,5 +1,5 @@
-# frexpl.m4 serial 8
-dnl Copyright (C) 2007-2008 Free Software Foundation, Inc.
+# frexpl.m4 serial 9
+dnl Copyright (C) 2007-2009 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -48,7 +48,7 @@ AC_DEFUN([gl_FUNC_FREXPL],
gl_func_frexpl=no
fi
if test $gl_func_frexpl = yes; then
- AC_DEFINE([HAVE_FREXPL], 1,
+ AC_DEFINE([HAVE_FREXPL], [1],
[Define if the frexpl() function is available.])
dnl Also check whether it's declared.
dnl MacOS X 10.3 has frexpl() in libc but doesn't declare it in <math.h>.
@@ -84,7 +84,7 @@ AC_DEFUN([gl_FUNC_FREXPL_NO_LIBM],
REPLACE_FREXPL=1
fi
if test $gl_func_frexpl_no_libm = yes; then
- AC_DEFINE([HAVE_FREXPL_IN_LIBC], 1,
+ AC_DEFINE([HAVE_FREXPL_IN_LIBC], [1],
[Define if the frexpl() function is available in libc.])
dnl Also check whether it's declared.
dnl MacOS X 10.3 has frexpl() in libc but doesn't declare it in <math.h>.