summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-04-07 15:56:53 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-04-07 15:56:53 +0200
commite81e5f4db0d3757ce311d1b81a7b0c6afc9162c9 (patch)
tree849f4320c631dacdb280e50754b65454bacbbdfd /configure.ac
parentfa801ea0a0322711a652a05c8e48263dd210e2f4 (diff)
add mkstemp() alternative
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e9cf00e..09b9b44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@ AC_FUNC_FORK
AC_FUNC_MALLOC
AC_FUNC_REALLOC
AC_TYPE_SIGNAL
-AC_CHECK_FUNCS([strchr strdup strrchr strstr])
+AC_CHECK_FUNCS([strchr strdup strrchr strstr mkstemp])
# Check for fltk
AC_PATH_PROG(FLTKCONFIG,fltk-config)