Mercurial > hg > octave-nkf
diff configure.ac @ 16733:2723d1144f11
added test for qscintilla version 2.6.0
* configure.ac: rename test OCTAVE_CHECK_FUNC_FINDFIRST_MODERN into
OCTAVE_CHECK_VERSION_2_6_0
* m4/acinclude.m4: rename test accordingly, rename the defined flag into
HAVE_QSCI_VERSION_2_6_0
* octave-qscintilla.cc/.h: disable contextMenuEvent for qsci version < 2.6.0
author | Torsten <ttl@justmail.de> |
---|---|
date | Sat, 08 Jun 2013 16:16:52 +0200 |
parents | c7d4146c570d |
children | db4453f40550 |
line wrap: on
line diff
--- a/configure.ac +++ b/configure.ac @@ -2645,7 +2645,7 @@ ## Let's assume Qscintilla library is at the same location as ## other regular Qt libraries. QT_LIBS="$QT_LIBS -lqscintilla2" - OCTAVE_CHECK_FUNC_FINDFIRST_MODERN + OCTAVE_CHECK_VERSION_2_6_0 AC_DEFINE(HAVE_QSCINTILLA, 1, [Define to 1 if the QScintilla library and header files are available])