summaryrefslogtreecommitdiff
path: root/m4/ceilf.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/ceilf.m4')
-rw-r--r--m4/ceilf.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/ceilf.m4 b/m4/ceilf.m4
index 72a9da4797..b48fedb686 100644
--- a/m4/ceilf.m4
+++ b/m4/ceilf.m4
@@ -1,4 +1,4 @@
-# ceilf.m4 serial 5
+# ceilf.m4 serial 6
dnl Copyright (C) 2007, 2009-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,
@@ -20,9 +20,9 @@ AC_DEFUN([gl_FUNC_CEILF],
REPLACE_CEILF=1
fi
else
- REPLACE_CEILF=1
+ HAVE_DECL_CEILF=0
fi
- if test $REPLACE_CEILF = 1; then
+ if test $HAVE_DECL_CEILF = 0 || test $REPLACE_CEILF = 1; then
AC_LIBOBJ([ceilf])
CEILF_LIBM=
fi