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 /acconfig.h | |
parent | 8b14d4031c4baa7cba530442cae484fb0588b630 (diff) | |
download | gsoc2013-evolution-b05255308c5033e6c719416253428b6e6856c3e6.tar gsoc2013-evolution-b05255308c5033e6c719416253428b6e6856c3e6.tar.gz gsoc2013-evolution-b05255308c5033e6c719416253428b6e6856c3e6.tar.bz2 gsoc2013-evolution-b05255308c5033e6c719416253428b6e6856c3e6.tar.lz gsoc2013-evolution-b05255308c5033e6c719416253428b6e6856c3e6.tar.xz 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 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index e4aed8a2d6..0d2011510f 100644 --- a/acconfig.h +++ b/acconfig.h @@ -11,6 +11,7 @@ #undef SYSTEM_MAIL_DIR #undef HAVE_LDAP #undef HAVE_TIMEZONE +#undef HAVE_ALTZONE #undef HAVE_TM_GMTOFF #undef HAVE_KRB4 #undef NEED_KRB_SENDAUTH_PROTO |