summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-08-14 20:03:33 +0200
committerBruno Haible <bruno@clisp.org>2020-08-14 20:03:33 +0200
commit5afb29f59a6f1764eb3059cc0485fb50202afea1 (patch)
tree10c186176f0ad5d35642da31d791097ee7fecb98 /m4
parent424bb97793e96c63c090e9dbf2d442a38e367c94 (diff)
downloadgnulib-5afb29f59a6f1764eb3059cc0485fb50202afea1.tar.gz
nstrftime: Assume tzset exists.
* lib/nstrftime.c (HAVE_TZSET): Remove macro. (__strftime_internal): Test my_strftime, not HAVE_TZSET. * m4/nstrftime.m4 (gl_FUNC_GNU_STRFTIME): Don't test for tzset.
Diffstat (limited to 'm4')
-rw-r--r--m4/nstrftime.m44
1 files changed, 1 insertions, 3 deletions
diff --git a/m4/nstrftime.m4 b/m4/nstrftime.m4
index 6f2762aa27..e4eb87de0b 100644
--- a/m4/nstrftime.m4
+++ b/m4/nstrftime.m4
@@ -1,4 +1,4 @@
-# serial 35
+# serial 36
# Copyright (C) 1996-1997, 1999-2007, 2009-2020 Free Software Foundation, Inc.
#
@@ -17,8 +17,6 @@ AC_DEFUN([gl_FUNC_GNU_STRFTIME],
AC_REQUIRE([gl_TM_GMTOFF])
- AC_CHECK_FUNCS_ONCE([tzset])
-
AC_DEFINE([my_strftime], [nstrftime],
[Define to the name of the strftime replacement function.])
])