From: Jim Meyering Date: Mon, 17 Nov 1997 15:45:19 +0000 (+0000) Subject: undef putenv X-Git-Tag: TEXTUTILS-1_22c~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59b9b24badfd2faa26753ea02f8e6bd93a404775;p=thirdparty%2Fcoreutils.git undef putenv --- diff --git a/m4/mktime.m4 b/m4/mktime.m4 index 45d899af46..fef2222562 100644 --- a/m4/mktime.m4 +++ b/m4/mktime.m4 @@ -34,6 +34,9 @@ changequote(<<, >>)dnl # define alarm(X) /* empty */ #endif +/* Work around redefinition to rpl_putenv by other config tests. */ +#undef putenv + static time_t time_t_max; /* Values we'll use to set the TZ environment variable. */