crypto/gc-hmac-md5: Fix recent regression.
[pspp] / m4 / isfinite.m4
index 3aeab39a6a1cc3939b9cd1a9ca5b725f85d757ce..cc65da13350705335355823d47ffb64b14788df8 100644 (file)
@@ -1,5 +1,5 @@
-# isfinite.m4 serial 8
-dnl Copyright (C) 2007-2010 Free Software Foundation, Inc.
+# isfinite.m4 serial 9
+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.
@@ -27,7 +27,7 @@ AC_DEFUN([gl_ISFINITE],
   if test "$ac_cv_have_decl_isfinite" != yes ||
      test "$ISFINITE_LIBM" = missing; then
     REPLACE_ISFINITE=1
-    AC_LIBOBJ([isfinite])
+    dnl No libraries are needed to link lib/isfinite.c.
     ISFINITE_LIBM=
   fi
   AC_SUBST([ISFINITE_LIBM])