From bed92671a3bbbd0264fa75d54779659922b81276 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 12 Apr 2000 00:33:00 +0000 Subject: Changed AC_DEFUN to AC_DEFINE. 2000-04-11 Christopher James Lahey * configure.in: Changed AC_DEFUN to AC_DEFINE. * acconfig.h: Added HAVE_TIMEZONE and HAVE_TM_GMTOFF. svn path=/trunk/; revision=2400 --- acconfig.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index b74d78a06a..82d39e3328 100644 --- a/acconfig.h +++ b/acconfig.h @@ -14,4 +14,5 @@ /* Define this if you want to build against the development gtk */ #undef HAVE_DEVGTK - +#undef HAVE_TIMEZONE +#undef HAVE_TM_GMTOFF -- cgit v1.2.3