From 07df83b7b074106ae391187feffba570748e990f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 6 Oct 2008 14:31:33 +0200 Subject: disable ncurses raw mode We're better off doing our own signal handling, instead of switching ncurses to raw mode. Anyway, it was commented out and didn't work... --- configure.ac | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 67ea2e3bb..4aa392e50 100644 --- a/configure.ac +++ b/configure.ac @@ -122,18 +122,6 @@ else AM_PO_SUBDIRS fi -dnl disbale raw mode -AC_MSG_CHECKING([Place the terminal into raw mode]) -AC_ARG_ENABLE([raw-mode], - AC_HELP_STRING([--disable-raw-mode], - [Disable raw terminal mode]), - [use_raw=$enableval], - [use_raw=yes]) -AC_MSG_RESULT([$use_raw]) -if test "x$use_raw" = "xyes" ; then - AC_DEFINE([ENABLE_RAW_MODE], [1], [Place the terminal into raw mode]) -fi - dnl enable colors AC_MSG_CHECKING([color support]) AC_ARG_ENABLE([colors], -- cgit v1.2.3