From 7ae6605846ecc70c937fca31b2133082aae055df Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 19 Aug 2014 14:22:22 +0200 Subject: Use Gnulib forkpty() --- configure.ac | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'configure.ac') 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])) -- cgit v1.2.3