From dceabff6cfc6bd6572a98b5c8f7775b42dc732a7 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 17 Nov 2014 04:41:18 +0100 Subject: renamed the "NCurses" UI to "Curses" internally * does not change ./configure parameters You still have to specifiy --with-interface=ncurses for the Curses interface with default settings * the "NCurses" UI was used for many different Curses variants, so plain "Curses" is a better name. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index db631dc..4e8d886 100644 --- a/configure.ac +++ b/configure.ac @@ -145,7 +145,7 @@ case $INTERFACE in AC_CHECK_HEADERS([curses.h], , [ AC_MSG_ERROR([Curses header missing!]) ]) - AC_DEFINE(INTERFACE_NCURSES, , [Build with curses support]) + AC_DEFINE(INTERFACE_CURSES, , [Build with curses support]) # For Scintilla: CPPFLAGS="$CPPFLAGS -DNCURSES -I$SCINTERM_PATH" -- cgit v1.2.3