aboutsummaryrefslogtreecommitdiff
path: root/libf2c/libI77/configure.in
diff options
context:
space:
mode:
authorToon Moene <toon@moene.indiv.nluug.nl>2000-11-15 19:26:42 +0100
committerToon Moene <toon@gcc.gnu.org>2000-11-15 18:26:42 +0000
commitadcee32ccbe783c41ca2874bed6febc7954d0c38 (patch)
tree906e2d26d534b15d1e3cb47e917eca58b0681a79 /libf2c/libI77/configure.in
parent0437a5a8a8a1890e3ce2a4a0dbce8901cfab9a52 (diff)
downloadgcc-adcee32ccbe783c41ca2874bed6febc7954d0c38.zip
gcc-adcee32ccbe783c41ca2874bed6febc7954d0c38.tar.gz
gcc-adcee32ccbe783c41ca2874bed6febc7954d0c38.tar.bz2
configure.in: See if `mkstemp' is available.
2000-11-15 Toon Moene <toon@moene.indiv.nluug.nl> * libI77/configure.in: See if `mkstemp' is available. * libI77/configure: Regenerate. * libI77/open.c: Use `mkstemp' to create scratch file atomically. From-SVN: r37484
Diffstat (limited to 'libf2c/libI77/configure.in')
-rw-r--r--libf2c/libI77/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libf2c/libI77/configure.in b/libf2c/libI77/configure.in
index 2b34830..e5877c0 100644
--- a/libf2c/libI77/configure.in
+++ b/libf2c/libI77/configure.in
@@ -129,6 +129,7 @@ else
AC_MSG_RESULT(no)
fi
+AC_CHECK_FUNCS(mkstemp)
AC_CHECK_FUNCS(tempnam)
# posix will guarantee the right behaviour for sprintf, else we can't be