From e5fbf8a40dfba71da720bbc247c5367e6547abb0 Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Mon, 26 Mar 2012 22:38:30 +0200 Subject: [PATCH] No longer check for the mkstemp() function in the mkstemp library. Merged from nmh. Thanks to Ken Hornstein. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1c1b400..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) -- 1.7.10.4