X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.in;h=0a27c85075db0cd81a455719114fcd883d3c8164;hb=07661da3d824585f12d0b5d19cc262115bea979a;hp=060086cad6a021ec6e2ec0a9c6c33e4bb82695bb;hpb=a93204a5abced109070990a2b9d567344f352cbd;p=mmh diff --git a/configure.in b/configure.in index 060086c..0a27c85 100644 --- a/configure.in +++ b/configure.in @@ -463,7 +463,6 @@ AC_SUBST(OURDEFS) AC_HEADER_STDC AC_HEADER_TIME -AC_HEADER_STAT AC_HEADER_TIOCGWINSZ AC_CHECK_HEADERS(errno.h fcntl.h crypt.h termcap.h \ langinfo.h wchar.h wctype.h iconv.h netdb.h \ @@ -488,16 +487,7 @@ AC_CHECK_HEADER([sys/ptem.h], AC_DEFINE(WINSIZE_IN_PTEM,1, dnl --------------- dnl CHECK FUNCTIONS dnl --------------- -AC_CHECK_FUNCS(waitpid wait3 sigaction sigprocmask sigblock sigsetmask \ - sighold sigrelse writev lstat uname tzset mkstemp \ - 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)]) +AC_CHECK_FUNCS(writev lstat tzset getutent nl_langinfo) 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