blob: 76aabf69406c0972ae4323cf002e030f234e70c7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- configure.in.orig Thu Jun 18 06:30:21 1998
+++ configure.in Sat Jul 4 05:46:36 1998
@@ -42,6 +42,7 @@
AC_CHECK_FUNCS(mmap munmap waitpid getcwd strdup strerror chown chmod mknod)
AC_CHECK_FUNCS(fchmod fstat strchr readlink link utime utimes)
AC_CHECK_FUNCS(memmove getopt_long lchown setlinebuf vsnprintf setsid glob strpbrk)
+AC_CHECK_FUNCS(mkstemp)
echo $ac_n "checking for working fnmatch... $ac_c"
AC_TRY_RUN([#include <fnmatch.h>
|