diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-03 04:08:50 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-03 04:26:46 +0100 |
commit | 45c8a837214182a4caac563d29e548a4be780357 (patch) | |
tree | 6ad05c0e0410ed3a3da76c87130f5537c76b4a4a | |
parent | 91135a95de1d860f14e4d867d4a5c87720dc1dec (diff) | |
download | sciteco-45c8a837214182a4caac563d29e548a4be780357.tar.gz |
define -DCURSES instead of -DNCURSES
* has been changed in Scinterm some time ago
* I don't know if defining this makes actually any difference,
but Jinx does it.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e2f230f..d1760b8 100644 --- a/configure.ac +++ b/configure.ac @@ -153,7 +153,7 @@ case $INTERFACE in AC_DEFINE(INTERFACE_CURSES, , [Build with curses support]) # For Scintilla: - CPPFLAGS="$CPPFLAGS -DNCURSES -I$SCINTERM_PATH" + CPPFLAGS="$CPPFLAGS -DCURSES -I$SCINTERM_PATH" ;; gtk) |