aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2014-11-17 04:41:18 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2014-11-17 04:41:18 +0100
commitdceabff6cfc6bd6572a98b5c8f7775b42dc732a7 (patch)
treeef8f6ec6c5ea03af65b656df0f47a20e26cabba1 /configure.ac
parent2542eb02648294256a01ae4ecb6ac81bc8ab5094 (diff)
downloadsciteco-dceabff6cfc6bd6572a98b5c8f7775b42dc732a7.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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"