changeset 15343:95504932d422 draft

configure.ac: Do not check for Qt with --disable-gui
author Max Brister <max@2bass.com>
date Mon, 10 Sep 2012 12:42:25 -0600
parents 9d0cdd49054b
children 67fabb3d81f4
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac
+++ b/configure.ac
@@ -2256,7 +2256,7 @@
   [AS_HELP_STRING([--disable-gui], [don't build the GUI])],
   [if test "$enableval" = no; then build_gui=false; fi], [])
 
-if test $build_gui; then
+if test $build_gui = true; then
   ## Check for Qt libraries
   PKG_CHECK_MODULES(QT, [QtCore, QtGui, QtNetwork],
     [],