X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=configure.ac;h=c81fe610df764f529c3ba737139ff90984e805cd;hb=e5fbf8a40dfba71da720bbc247c5367e6547abb0;hp=133c71dfa2492f9845d6509a939f8568a7a1d3f2;hpb=a567638a9445d091f6334ac2de2fc0e57309eb42;p=mmh diff --git a/configure.ac b/configure.ac index 133c71d..c81fe61 100644 --- a/configure.ac +++ b/configure.ac @@ -363,7 +363,6 @@ AC_CHECK_HEADER([sys/ptem.h], AC_DEFINE(WINSIZE_IN_PTEM,1, dnl --------------- dnl CHECK FUNCTIONS dnl --------------- -AC_CHECK_LIB(mkstemp,mkstemp) AC_CHECK_FUNCS(waitpid sigaction sigprocmask sigblock sigsetmask \ sighold sigrelse lstat tzset mkstemp \ getutent nl_langinfo mbtowc wcwidth) @@ -375,8 +374,6 @@ AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], [Define to 1 if you have the `sigsetjmp'.]) AC_MSG_RESULT(yes)], [AC_MSG_RESULT(no)]) -AC_REPLACE_FUNCS(snprintf strdup) - 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.