summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKlemens Nanni <kn@openbsd.org>2023-10-21 10:33:42 +0300
committerNico Williams <nico@cryptonector.com>2023-10-21 23:30:36 -0500
commit77dcaf3fdc9a23c2a318da4f4a944143748e5961 (patch)
treeb829a668abb68d7788a850082cdc6f6ba576d9c2 /configure.ac
parentf1bfd0c518473ab439eff4d56441ce165d8bd0ca (diff)
Remove unused mkstemp()
b82c231 "Remove -i option (#704)" removed its last usage in 2015. Spotted while looking for code could potentially write/create/modify files.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4a724659..008f1ae9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,6 @@ if test "x$valgrind_cmd" = "x" ; then
AC_MSG_WARN([valgrind is required to test jq.])
fi
AC_CHECK_FUNCS(memmem)
-AC_CHECK_FUNCS(mkstemp)
AC_CHECK_HEADER("sys/cygwin.h", [have_cygwin=1;])
AC_CHECK_HEADER("shlwapi.h",[have_shlwapi=1;])