1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

[!_LIBC]: Ensure that the required autoconf test has been run.

This commit is contained in:
Jim Meyering
2003-06-08 18:03:01 +00:00
parent 507ecb8d3e
commit 44c64b7810

View File

@@ -493,7 +493,7 @@ static CHAR_T const month_name[][10] =
# define ns 0
#endif
#if ! HAVE_RUN_TZSET_TEST
#if ! defined _LIBC && ! HAVE_RUN_TZSET_TEST
/* Solaris 2.5.x and 2.6 tzset sometimes modify the storage returned
by localtime. On such systems, we must use the tzset and localtime
wrappers to work around the bug. */