aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-04-12 08:33:00 +0800
committerChris Lahey <clahey@src.gnome.org>2000-04-12 08:33:00 +0800
commitbed92671a3bbbd0264fa75d54779659922b81276 (patch)
tree6382d2d24050e472725db66d40e38945610d3fe3 /configure.in
parentd9d1fb83aa965e979c026b83ef912ea6ccc9556a (diff)
downloadgsoc2013-evolution-bed92671a3bbbd0264fa75d54779659922b81276.tar.gz
gsoc2013-evolution-bed92671a3bbbd0264fa75d54779659922b81276.tar.zst
gsoc2013-evolution-bed92671a3bbbd0264fa75d54779659922b81276.zip
Changed AC_DEFUN to AC_DEFINE.
2000-04-11 Christopher James Lahey <clahey@helixcode.com> * configure.in: Changed AC_DEFUN to AC_DEFINE. * acconfig.h: Added HAVE_TIMEZONE and HAVE_TM_GMTOFF. svn path=/trunk/; revision=2400
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index e78011ef95..d057649280 100644
--- a/configure.in
+++ b/configure.in
@@ -63,7 +63,7 @@ AC_CACHE_CHECK(for timezone variable, ac_cv_var_timezone,
timezone = 1;
], ac_cv_var_timezone=yes, ac_cv_var_timezone=no))
if test $ac_cv_var_timezone = yes; then
- AC_DEFUN(HAVE_TIMEZONE)
+ AC_DEFINE(HAVE_TIMEZONE)
else
AC_CACHE_CHECK(for tm_gmtoff in struct tm, ac_cv_struct_tm_gmtoff,
AC_TRY_COMPILE([
@@ -73,7 +73,7 @@ else
tm.tm_gmtoff = 1;
], ac_cv_struct_tm_gmtoff=yes, ac_cv_struct_tm_gmtoff=no))
if test $ac_cv_struct_tm_gmtoff = yes; then
- AC_DEFUN(HAVE_TM_GMTOFF)
+ AC_DEFINE(HAVE_TM_GMTOFF)
else
AC_ERROR(unable to find a way to determine timezone)
fi
s.makc2010-05-161-5/+6 * - Add mumble11x option, default to offpav2010-04-011-3/+12 * - update to 1.4.1dinoex2010-03-281-0/+1 * - Fix build with qt4.6.1beat2010-01-241-5/+0 * - Update to 1.2.1beat2010-01-171-16/+36 * . update to version 1.1.8;bsam2009-11-161-2/+3 * - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-1/+1 * - Fix build qith qt 4.5miwi2009-08-051-0/+2 * - Update boost to 1.39pav2009-07-281-1/+1 * Remove qt4 build tools from run dependencies.makc2009-05-281-1/+2