ceill: Move AC_LIBOBJ invocations to module description.
[gnulib.git] / m4 / ceill.m4
index 71ac74f..8116de1 100644 (file)
@@ -1,4 +1,4 @@
-# ceill.m4 serial 8
+# ceill.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_CEILL=0
   fi
   if test $HAVE_DECL_CEILL = 0 || test $REPLACE_CEILL = 1; then
-    AC_LIBOBJ([ceill])
+    dnl No libraries are needed to link lib/ceill.c.
     CEILL_LIBM=
   fi
   AC_SUBST([CEILL_LIBM])