X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.ac;h=ac57b9c91a7c34854640fe5a78b748a893ce5602;hb=ad4522348870e01f3d95eec2dd4dc008410d4cd8;hp=1eb0fdcb79cc4cd15f0843aaa2cc61a0ae89d5f0;hpb=50c72f9094eea8ad222ffb3b11f51eb4bb52f024;p=mmh diff --git a/configure.ac b/configure.ac index 1eb0fdc..ac57b9c 100644 --- a/configure.ac +++ b/configure.ac @@ -364,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.