X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ftime_r.m4;h=d646edc2d3c6f74f9ef5d342c39e1b7ec599b53d;hb=a34348c397c19cfb1526fab594f720c7011bc790;hp=f9bed0c5c83db52f076eff5e390bb44d6af9b13b;hpb=115dcb2a1ade67d78b430081e225f46aad742e7b;p=gnulib.git diff --git a/m4/time_r.m4 b/m4/time_r.m4 index f9bed0c5c..d646edc2d 100644 --- a/m4/time_r.m4 +++ b/m4/time_r.m4 @@ -1,6 +1,6 @@ dnl Reentrant time functions: localtime_r, gmtime_r. -dnl Copyright (C) 2003, 2006-2010 Free Software Foundation, Inc. +dnl Copyright (C) 2003, 2006-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. @@ -50,10 +50,6 @@ AC_DEFUN([gl_TIME_R], else HAVE_LOCALTIME_R=0 fi - if test $HAVE_LOCALTIME_R = 0 || test $REPLACE_LOCALTIME_R = 1; then - AC_LIBOBJ([time_r]) - gl_PREREQ_TIME_R - fi ]) # Prerequisites of lib/time_r.c.