Mercurial > hg > octave-lyh
comparison configure.ac @ 15237:d65ef0fc5e05
configure.ac: Clarify help text on --disable-gui
author | Max Brister <max@2bass.com> |
---|---|
date | Sun, 26 Aug 2012 13:49:41 -0600 |
parents | e5a86de6023c |
children | c4779a180134 |
comparison
equal
deleted
inserted
replaced
15236:44d6ffdf9479 | 15237:d65ef0fc5e05 |
---|---|
2182 QT_INCDIR= | 2182 QT_INCDIR= |
2183 QT_LIBDIR= | 2183 QT_LIBDIR= |
2184 build_gui=yes | 2184 build_gui=yes |
2185 win32_terminal=no | 2185 win32_terminal=no |
2186 AC_ARG_ENABLE(gui, | 2186 AC_ARG_ENABLE(gui, |
2187 [AS_HELP_STRING([--disable-gui], [build GUI (default is yes)])], | 2187 [AS_HELP_STRING([--disable-gui], [avoid building the GUI (default no)])], |
2188 [if test "$enableval" = no; then build_gui=no; fi], [build_gui=yes]) | 2188 [if test "$enableval" = no; then build_gui=no; fi], [build_gui=yes]) |
2189 | 2189 |
2190 if test $build_gui = yes; then | 2190 if test $build_gui = yes; then |
2191 AC_CHECK_PROGS(QMAKE, [qmake qmake-qt4 qmake-qt5]) | 2191 AC_CHECK_PROGS(QMAKE, [qmake qmake-qt4 qmake-qt5]) |
2192 if test -n "$QMAKE"; then | 2192 if test -n "$QMAKE"; then |