comparison configure.ac @ 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 6aafe87a3144
comparison
equal deleted inserted replaced
16296:ef39f8b1c5c8 16297:00da706fba48
2651 if test $build_gui = no; then 2651 if test $build_gui = no; then
2652 ## GUI disabled. Eliminate building GUIDIR directory 2652 ## GUI disabled. Eliminate building GUIDIR directory
2653 GUIDIR= 2653 GUIDIR=
2654 fi 2654 fi
2655 AM_CONDITIONAL([AMCOND_BUILD_GUI], [test $build_gui = yes]) 2655 AM_CONDITIONAL([AMCOND_BUILD_GUI], [test $build_gui = yes])
2656 AM_CONDITIONAL([AMCOND_HAVE_QSCINTILLA], [test $octave_cv_lib_qscintilla = yes]) 2656 AM_CONDITIONAL([AMCOND_HAVE_QSCINTILLA], [test "$octave_cv_lib_qscintilla" = yes])
2657 AM_CONDITIONAL([WIN32_TERMINAL], [test $win32_terminal = yes]) 2657 AM_CONDITIONAL([WIN32_TERMINAL], [test $win32_terminal = yes])
2658 AC_SUBST(QT_CPPFLAGS) 2658 AC_SUBST(QT_CPPFLAGS)
2659 AC_SUBST(QT_LDFLAGS) 2659 AC_SUBST(QT_LDFLAGS)
2660 AC_SUBST(QT_LIBS) 2660 AC_SUBST(QT_LIBS)
2661 AC_SUBST(GUIDIR) 2661 AC_SUBST(GUIDIR)