changeset 23329:2613334bafb2

maint: discover qt5 builds of QScintilla on certain systems (bug #50572). * m4/acinclude.m4: Add "qscintilla2_qt5" to the list of library names for the qt5 build of QScintilla version 2.10. Since that version the library target name has this format.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 28 Mar 2017 10:36:02 +0200
parents e4bef84213e7
children 1eb2706a6125
files m4/acinclude.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/acinclude.m4	Thu Mar 23 09:13:11 2017 +0100
+++ b/m4/acinclude.m4	Tue Mar 28 10:36:02 2017 +0200
@@ -1328,7 +1328,7 @@
       octave_qscintilla_libnames=qscintilla2
     ;;
     5)
-      octave_qscintilla_libnames="qscintilla2-qt5 qt5scintilla2"
+      octave_qscintilla_libnames="qscintilla2-qt5 qscintilla2_qt5 qt5scintilla2"
     ;;
     *)
       AC_MSG_ERROR([Unrecognized Qt version $qt_version])