comparison m4/mktime.m4 @ 17369:a4a11de07980

mktime: fix configure typo * m4/mktime.m4 (gl_FUNC_MKTIME): Fix typo in previous change.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 12 Mar 2013 17:30:10 -0700
parents 9855b352e525
children
comparison
equal deleted inserted replaced
17368:2f5f50211fb5 17369:a4a11de07980
32 32
33 #ifdef HAVE_UNISTD_H 33 #ifdef HAVE_UNISTD_H
34 # include <unistd.h> 34 # include <unistd.h>
35 #endif 35 #endif
36 36
37 #ifndef HAVE_DECL_ALARM 37 #if HAVE_DECL_ALARM
38 # include <signal.h> 38 # include <signal.h>
39 #endif 39 #endif
40 40
41 /* Work around redefinition to rpl_putenv by other config tests. */ 41 /* Work around redefinition to rpl_putenv by other config tests. */
42 #undef putenv 42 #undef putenv