Updateded configure script

This commit is contained in:
Michiel Broek 2003-12-23 21:49:37 +00:00
parent 0998736e65
commit 566974436c
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@
#undef HAVE_STRCASESTR
/* If you have gettimeofday function */
#undef HAVE_DECLARED_TIMEZONE
#undef HAVE_TM_GMTOFF
/* News postings */

View File

@ -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.