From: Jim Meyering Date: Mon, 17 Nov 1997 15:45:19 +0000 (+0000) Subject: undef putenv X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b078cb57dc8592b174e6eb3ffee1072ea7227f1;p=pspp 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. */