X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetdate.y;h=1b5148b410f4778aaf6484edd01176cbb9bc693d;hb=ef8e4e5cfec5367d1c3c3aedf15408371de20f6d;hp=e6e7c1a158adf40cdd2d1dc62a419660de568bc4;hpb=62b2a3d6a84773f6688785bb12d3f83e922f5838;p=gnulib.git diff --git a/lib/getdate.y b/lib/getdate.y index e6e7c1a15..1b5148b41 100644 --- a/lib/getdate.y +++ b/lib/getdate.y @@ -908,7 +908,7 @@ get_date (const char *p, const time_t *now) pc.local_zones_seen = 0; pc.zones_seen = 0; -#if HAVE_TM_ZONE +#if HAVE_STRUCT_TM_TM_ZONE pc.local_time_zone_table[0].name = tmp->tm_zone; pc.local_time_zone_table[0].type = tLOCAL_ZONE; pc.local_time_zone_table[0].value = tmp->tm_isdst;