From 5bbfbd1e49becfaa0b62c722d96d452038f45abc Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sat, 2 Jun 2001 12:39:46 +0000 Subject: [PATCH] Check for mkstemp via AC_REPLACE_FUNCS. Thanks to I. N. Golubev! --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index bbcac87dd..c104b6bc6 100644 --- a/configure.in +++ b/configure.in @@ -403,7 +403,7 @@ if test "$enable_regex" = yes; then fi fi -AC_REPLACE_FUNCS(inet_aton putenv strerror memmove) +AC_REPLACE_FUNCS(inet_aton putenv strerror memmove mkstemp) # When testing for the presence of alloca, we need to add alloca.o # explicitly to LIBOBJS to make sure that it is translated to