crypto/gc-sha1: Fix recent regression.
[pspp] / m4 / roundf.m4
index 0a0aa68c205e3cda2576b3962e884486bd729e52..0ff964608d42c117b2f9e1915fd6555677a51ace 100644 (file)
@@ -1,5 +1,5 @@
-# roundf.m4 serial 10
-dnl Copyright (C) 2007-2010 Free Software Foundation, Inc.
+# roundf.m4 serial 11
+dnl Copyright (C) 2007-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,
 dnl with or without modifications, as long as this notice is preserved.
@@ -89,7 +89,7 @@ int main()
     HAVE_DECL_ROUNDF=0
   fi
   if test $HAVE_DECL_ROUNDF = 0 || test $REPLACE_ROUNDF = 1; then
-    AC_LIBOBJ([roundf])
+    dnl Find libraries needed to link lib/roundf.c.
     AC_CHECK_DECLS([ceilf, floorf], , , [#include <math.h>])
     if test "$ac_cv_have_decl_floorf" = yes \
        && test "$ac_cv_have_decl_ceilf" = yes; then