aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-08-19 14:22:22 +0200
committerThomas White <taw@physics.org>2014-08-19 14:47:44 +0200
commit7ae6605846ecc70c937fca31b2133082aae055df (patch)
tree00bcacb21248f86caf91a02c55bc5178a52cd27f /configure.ac
parent1a532028cb2f2df6f12e518bdf6d3425bbb28b08 (diff)
Use Gnulib forkpty()
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 44b2e687..eac3b92d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,18 +135,6 @@ AS_IF([test "x$enable_gtk" != "xno"],
])
-AC_CHECK_FUNCS(forkpty,
- AC_DEFINE([HAVE_FORKPTY_BSD], [1],
- [Define to 1 if a BSD-style forkpty is available]),
- AC_CHECK_LIB(util,forkpty,
- [
- AC_DEFINE([HAVE_FORKPTY_LINUX], [1],
- [Define to 1 if a Linux-style forkpty is available])
- LIBS="$LIBS -lutil"
- ])
-)
-
-
AC_MSG_CHECKING([whether to use PNG])
AC_ARG_ENABLE([png],
AS_HELP_STRING([--disable-png], [Disable the use of libPNG]))