From: Jim Meyering Date: Sun, 8 Jun 2003 18:03:01 +0000 (+0000) Subject: [!_LIBC]: Ensure that the required autoconf test has been run. X-Git-Tag: v5.0.1~291 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44c64b781045b8a070d8dd7edb1e609773b9f1ac;p=thirdparty%2Fcoreutils.git [!_LIBC]: Ensure that the required autoconf test has been run. --- diff --git a/lib/strftime.c b/lib/strftime.c index 838cfa7106..1c94d4cc58 100644 --- a/lib/strftime.c +++ b/lib/strftime.c @@ -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. */