changeset 16297:00da706fba48

configure.ac: Use quotes around $octave_cv_lib_qscintilla in the case variable is undefined. * configure.ac: Use quotes around $octave_cv_lib_qscintilla in the case variable is undefined.
author Rik <rik@octave.org>
date Wed, 13 Mar 2013 11:22:31 -0700
parents ef39f8b1c5c8
children faaf60aa457c
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Mar 13 09:08:10 2013 -0700
+++ b/configure.ac	Wed Mar 13 11:22:31 2013 -0700
@@ -2653,7 +2653,7 @@
   GUIDIR=
 fi
 AM_CONDITIONAL([AMCOND_BUILD_GUI], [test $build_gui = yes])
-AM_CONDITIONAL([AMCOND_HAVE_QSCINTILLA], [test $octave_cv_lib_qscintilla = yes])
+AM_CONDITIONAL([AMCOND_HAVE_QSCINTILLA], [test "$octave_cv_lib_qscintilla" = yes])
 AM_CONDITIONAL([WIN32_TERMINAL], [test $win32_terminal = yes])
 AC_SUBST(QT_CPPFLAGS)
 AC_SUBST(QT_LDFLAGS)