summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-06-19 14:17:14 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-06-19 14:17:14 +0000
commitfe61e9b1f5b135f30bd1bf22a2be77ee85573ff9 (patch)
treed7409e8abc3722cfa90afdb981af8e24ee86bd08 /configure.ac
parentf680b80a513c991f9afdb6c96566cfbb22a7f208 (diff)
cleanup
cleanup
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 e92ffea..121e507 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([dup2 setenv strchr strdup strrchr strstr])
+AC_CHECK_FUNCS([strchr strdup strrchr strstr])
# Check for fltk
AC_PATH_PROG(FLTKCONFIG,fltk-config)