summaryrefslogtreecommitdiff
path: root/modules/strftime
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-07-04 04:40:46 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-07-04 04:40:46 +0000
commitf9914d0bfb3044288be311b7aec94af3e63734e4 (patch)
tree0e9df8f91861353f8718cccc8f22b76eb2f693d2 /modules/strftime
parent3dcbb359e857b2e7645d0ad33eb0ad9fbee02a16 (diff)
downloadgnulib-f9914d0bfb3044288be311b7aec94af3e63734e4.tar.gz
Remove the dependency of the strftime module on the tzset module.
* modules/strftime (Depends-on): Remove dependency on tzset. * lib/strftime.c (my_strftime) [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]: Copy the input structure, to work around some of the bug with Solaris 2.5.1 and Solaris 2.6. If you still care about these old Solaris releases, you should also use the tzset module, but we won't require it as a dependency any more since we don't want LGPLed code to depend on GPLed code. * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require gl_FUNC_TZSET_CLOBBER.
Diffstat (limited to 'modules/strftime')
-rw-r--r--modules/strftime1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/strftime b/modules/strftime
index 7abe4206c1..18bc4118bc 100644
--- a/modules/strftime
+++ b/modules/strftime
@@ -10,7 +10,6 @@ m4/strftime.m4
Depends-on:
time_r
-tzset
stdbool
configure.ac: