aboutsummaryrefslogtreecommitdiffstats
path: root/m4/nstrftime.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/nstrftime.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 6f2762aa276..e4eb87de0b9 100644
--- a/m4/nstrftime.m4
+++ b/m4/nstrftime.m4
@@ -1,4 +1,4 @@
1# serial 35 1# serial 36
2 2
3# Copyright (C) 1996-1997, 1999-2007, 2009-2020 Free Software Foundation, Inc. 3# Copyright (C) 1996-1997, 1999-2007, 2009-2020 Free Software Foundation, Inc.
4# 4#
@@ -17,8 +17,6 @@ AC_DEFUN([gl_FUNC_GNU_STRFTIME],
17 17
18 AC_REQUIRE([gl_TM_GMTOFF]) 18 AC_REQUIRE([gl_TM_GMTOFF])
19 19
20 AC_CHECK_FUNCS_ONCE([tzset])
21
22 AC_DEFINE([my_strftime], [nstrftime], 20 AC_DEFINE([my_strftime], [nstrftime],
23 [Define to the name of the strftime replacement function.]) 21 [Define to the name of the strftime replacement function.])
24]) 22])