X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=configure.ac;h=a1f287c2e48e38c744f0dfe86677f4e77ecc0eb5;hp=466a9ddcf28511924a0decb1ea943dc9d2dda007;hb=74ed4c043b3e22fa7e16fd892c381e9b16ca8c27;hpb=ac0b9fcce4167e2959ebc5b8d6efb8511acec66d diff --git a/configure.ac b/configure.ac index 466a9dd..a1f287c 100644 --- a/configure.ac +++ b/configure.ac @@ -335,7 +335,6 @@ esac AC_SUBST(OURDEFS) AC_HEADER_STDC -AC_HEADER_TIME AC_HEADER_TIOCGWINSZ AC_CHECK_HEADERS(fcntl.h crypt.h termcap.h \ langinfo.h wchar.h wctype.h iconv.h \ @@ -360,7 +359,7 @@ AC_CHECK_HEADER([sys/ptem.h], AC_DEFINE(WINSIZE_IN_PTEM,1, dnl --------------- dnl CHECK FUNCTIONS dnl --------------- -AC_CHECK_FUNCS(lstat tzset getutent nl_langinfo mbtowc wcwidth) +AC_CHECK_FUNCS(lstat getutent nl_langinfo mbtowc wcwidth) dnl Look for the initgroups() declaration. On AIX 4.[13], Solaris 4.1.3, and dnl ULTRIX 4.2A the function is defined in libc but there's no declaration in @@ -534,17 +533,7 @@ dnl ---------------- dnl CHECK STRUCTURES dnl ---------------- -AC_CHECK_MEMBERS(struct tm.tm_gmtoff,,, - [#ifdef TIME_WITH_SYS_TIME -# include -# include -#else -# ifdef TM_IN_SYS_TIME -# include -# else -# include -# endif -#endif]) +AC_CHECK_MEMBERS([struct tm.tm_gmtoff],,,[#include ]) AC_CHECK_MEMBERS(struct utmp.ut_type,,,[#include ])