Fix QtBus detection with configure.

This commit is contained in:
sledgehammer999 2014-11-23 19:55:40 +02:00
commit 09c9968210
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ AS_IF([test "x$QT_QMAKE" != "x"],
# Sets the HAVE_QTDBUS variable to true or false.
# --------------------------------------
AC_DEFUN([FIND_QTDBUS],
[AS_IF([test "x$x$with_qt5" == "xyes"],
[AS_IF([test "x$with_qt5" == "xyes"],
[AC_MSG_CHECKING([for Qt5DBus >= 5.2.0])
PKG_CHECK_EXISTS([Qt5DBus >= 5.2.0],
[AC_MSG_RESULT([found])