X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fstrptime.m4;h=6ffefcad553bfafd0e754ae13f54a87d37881c1c;hb=refs%2Ftags%2Fstable%2F20111211;hp=d48cacd7e7a220aea60558096c35921cabba2f81;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/strptime.m4 b/m4/strptime.m4 index d48cacd7e..6ffefcad5 100644 --- a/m4/strptime.m4 +++ b/m4/strptime.m4 @@ -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 ])