mbrlen: Move AC_LIBOBJ invocations to module description.
[pspp] / m4 / ceilf.m4
index e7a6a461c29df973eb8202daac8259ce71308ffb..9161a513bfbe628d735d5c53e5da3824950a6a4b 100644 (file)
@@ -1,4 +1,4 @@
-# ceilf.m4 serial 8
+# ceilf.m4 serial 9
 dnl Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -58,7 +58,7 @@ int main()
     HAVE_DECL_CEILF=0
   fi
   if test $HAVE_DECL_CEILF = 0 || test $REPLACE_CEILF = 1; then
-    AC_LIBOBJ([ceilf])
+    dnl No libraries are needed to link lib/ceilf.c.
     CEILF_LIBM=
   fi
   AC_SUBST([CEILF_LIBM])