From 566974436cf23e92169a5481dd598b142e89390e Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Tue, 23 Dec 2003 21:49:37 +0000 Subject: [PATCH] Updateded configure script --- config.h.in | 1 + configure.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config.h.in b/config.h.in index a5a8f8d3..06d0bf32 100644 --- a/config.h.in +++ b/config.h.in @@ -18,6 +18,7 @@ #undef HAVE_STRCASESTR /* If you have gettimeofday function */ +#undef HAVE_DECLARED_TIMEZONE #undef HAVE_TM_GMTOFF /* News postings */ diff --git a/configure.in b/configure.in index 274cf1c9..682f3338 100644 --- a/configure.in +++ b/configure.in @@ -201,7 +201,7 @@ AC_HEADER_SYS_WAIT AC_CHECK_HEADERS(sys/time.h termios.h sys/vfs.h unistd.h netinet/in.h regex.h) AC_CHECK_HEADERS(sys/resource.h usersec.h gshadow.h shadow.h) AC_CHECK_HEADERS(limits.h utmp.h utmpx.h lastlog.h rpc/key_prot.h) -dnl AC_STRUCT_TIMEZONE +AC_STRUCT_TIMEZONE dnl dnl Checks for typedefs, structures, and compiler characteristics.