immutable: Add tests.
[gnulib.git] / m4 / tzset.m4
blob8eaf41f4160e63f9c53f3d27b070244e4f37bc84
1 # serial 15
3 # Copyright (C) 2003, 2007, 2009-2021 Free Software Foundation, Inc.
4 # This file is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # Written by Paul Eggert and Jim Meyering.
10 AC_DEFUN([gl_FUNC_TZSET],
12   AC_REQUIRE([gl_HEADER_TIME_H_DEFAULTS])
13   AC_REQUIRE([AC_CANONICAL_HOST])
14   REPLACE_TZSET=0
15   case "$host_os" in
16     mingw*) REPLACE_TZSET=1 ;;
17   esac