X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.ac;h=1cdbf9d02d8c96c8696b238466bae142ccda62b1;hb=1b12190af8b466a4bf081b5e798b4d7bde322123;hp=d23079a2bede511ae83fe879df6e744bf98511c6;hpb=5ae78fd67db80de17a995b1bc637bf131cfe2bb5;p=mmh diff --git a/configure.ac b/configure.ac index d23079a..1cdbf9d 100644 --- a/configure.ac +++ b/configure.ac @@ -336,7 +336,6 @@ AC_SUBST(OURDEFS) AC_HEADER_STDC AC_HEADER_TIME -AC_HEADER_STAT AC_HEADER_TIOCGWINSZ AC_CHECK_HEADERS(fcntl.h crypt.h termcap.h \ langinfo.h wchar.h wctype.h iconv.h \ @@ -365,13 +364,6 @@ AC_CHECK_FUNCS(sigaction sigprocmask sigblock sigsetmask \ sighold sigrelse lstat tzset \ getutent nl_langinfo mbtowc wcwidth) -dnl sigsetjmp may be a macro -AC_MSG_CHECKING(for sigsetjmp) -AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], - [[sigsetjmp((void *)0, 0);]])],[AC_DEFINE(HAVE_SIGSETJMP, 1, - [Define to 1 if you have the `sigsetjmp'.]) AC_MSG_RESULT(yes)], - [AC_MSG_RESULT(no)]) - 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 dnl any system header. @@ -572,7 +564,7 @@ AC_CHECK_MEMBERS(struct tm.tm_gmtoff,,, AC_CHECK_MEMBERS(struct utmp.ut_type,,,[#include ]) -CHECK_TYPE_STRUCT_DIRENT_D_TYPE() +AC_STRUCT_DIRENT_D_TYPE dnl ------------- dnl CHECK SIGNALS