diff options
Diffstat (limited to 'scintilla.am')
-rw-r--r-- | scintilla.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scintilla.am b/scintilla.am index 6272af3..df340bf 100644 --- a/scintilla.am +++ b/scintilla.am @@ -4,7 +4,7 @@ if INTERFACE_GTK MAKE_SCINTILLA = $(MAKE) -C @SCINTILLA_PATH@/gtk \ - CONFIGFLAGS='@LIBGTK_CFLAGS@' + GTK3=yes CONFIGFLAGS='@LIBGTK_CFLAGS@' else MAKE_SCINTILLA = $(MAKE) -C @SCINTERM_PATH@ \ CURSES_FLAGS='@PDCURSES_CFLAGS@ @XCURSES_CFLAGS@ @NCURSES_CFLAGS@' |