diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-02 10:15:29 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-02 10:15:29 +0000 |
commit | 4fd65aec913a1b99e8d748a7a82c150b8f7ee510 (patch) | |
tree | d34ac61e9cca0729320c0854c87a3163efd52836 /src/include | |
parent | 131a18f68dc73f208bb76a944fc6d42c86cfad3b (diff) | |
download | skalibs-4fd65aec913a1b99e8d748a7a82c150b8f7ee510.tar.xz |
Remove the --enable-right-tz configure option.
Make it a run-time autodetection instead.
Update doc.
Thanks to Paul Jarc for the suggestion.
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/skalibs/djbtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/skalibs/djbtime.h b/src/include/skalibs/djbtime.h index 8aace55..7e60cd4 100644 --- a/src/include/skalibs/djbtime.h +++ b/src/include/skalibs/djbtime.h @@ -27,7 +27,7 @@ extern int tain_from_ntp (tain_t *, uint64) ; /* localtime handling - replaces caltimedate functions */ -/* ltm64 can be either TAI-10 or UTC depending on --enable-right-tz */ +/* ltm64 can be either TAI-10 or UTC depending on the current timezone */ /* normally ltm64 is the same as sysclock, but we allow it to be different */ /* for instance for musl TAI-10 systems */ |