diff options
-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) |