openat: test for fstatat (..., 0) bug
[gnulib.git] / m4 / strptime.m4
index d48cacd..6ffefca 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
 ])