changeset 21908:74d60f5e37be

* configure.ac: Fix typo in name of $warn_qscintilla variable.
author Mike Miller <mtmiller@octave.org>
date Wed, 15 Jun 2016 10:47:33 -0700
parents 98f5dd2ff29a
children d7cac41df82a
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Jun 15 10:21:48 2016 -0700
+++ b/configure.ac	Wed Jun 15 10:47:33 2016 -0700
@@ -1527,7 +1527,7 @@
     ])
 
     if test $octave_cv_lib_qscintilla = no; then
-      warn_qscintilla_editor="Qscintilla library not found; disabling built-in Qt GUI editor"
+      warn_qscintilla="Qscintilla library not found; disabling built-in Qt GUI editor"
       OCTAVE_CONFIGURE_WARNING([warn_qscintilla])
     else
       ## Let's assume Qscintilla library is at the same location as