From: Ken Hornstein Date: Wed, 4 Jan 2012 03:01:07 +0000 (-0500) Subject: No longer check for the mkstemp() function in the mkstemp library. X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;ds=inline;h=c696510f3aea5e0181a326d1f044d1952f87d26a;p=mmh No longer check for the mkstemp() function in the mkstemp library. --- diff --git a/configure.in b/configure.in index 9d750c0..01dbcf8 100644 --- a/configure.in +++ b/configure.in @@ -490,7 +490,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 wait3 sigaction sigprocmask sigblock sigsetmask \ sighold sigrelse writev lstat uname tzset mkstemp \ getutent nl_langinfo mbtowc wcwidth)