diff options
author | Dan Winship <danw@src.gnome.org> | 2002-09-05 03:12:54 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-09-05 03:12:54 +0800 |
commit | b05255308c5033e6c719416253428b6e6856c3e6 (patch) | |
tree | b90a0444c1d870a5372b3aee6ef8e52da7a24f04 /ChangeLog | |
parent | 8b14d4031c4baa7cba530442cae484fb0588b630 (diff) | |
download | gsoc2013-evolution-b05255308c5033e6c719416253428b6e6856c3e6.tar.gz gsoc2013-evolution-b05255308c5033e6c719416253428b6e6856c3e6.tar.zst gsoc2013-evolution-b05255308c5033e6c719416253428b6e6856c3e6.zip |
Remove this from here.
* acinclude.m4 (EVO_CHECK_TIMEZONE): Remove this from here.
* configure.in: Put it here. (Connector no longer needs to share
it). Also, check "tm_gmtoff" before "timezone", and if we have
"timezone", check for "altzone" too.
* acconfig.h: Add HAVE_ALTZONE
svn path=/trunk/; revision=17970
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2002-09-04 Dan Winship <danw@ximian.com> + + * acinclude.m4 (EVO_CHECK_TIMEZONE): Remove this from here. + + * configure.in: Put it here. (Connector no longer needs to share + it). Also, check "tm_gmtoff" before "timezone", and if we have + "timezone", check for "altzone" too. + + * acconfig.h: Add HAVE_ALTZONE + 2002-08-28 Jeffrey Stedfast <fejj@ximian.com> * configure.in: e-util now requires soup and gconf flags. |