crypto/gc-sha1: Fix recent regression.
[pspp] / m4 / strptime.m4
index d48cacd7e7a220aea60558096c35921cabba2f81..6ffefcad553bfafd0e754ae13f54a87d37881c1c 100644 (file)
@@ -1,4 +1,4 @@
-# strptime.m4 serial 6
+# strptime.m4 serial 7
 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,
@@ -11,8 +11,6 @@ AC_DEFUN([gl_FUNC_STRPTIME],
   AC_CHECK_FUNCS_ONCE([strptime])
   if test $ac_cv_func_strptime != yes; then
     HAVE_STRPTIME=0
-    AC_LIBOBJ([strptime])
-    gl_PREREQ_STRPTIME
   fi
 ])