aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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]))