From 09c9968210631f5a0acdb1bef542b5f0c7303318 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 23 Nov 2014 19:55:40 +0200 Subject: [PATCH] Fix QtBus detection with configure. --- configure | 2 +- m4/qbittorrent.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 5a6872fa9..7acd4cb29 100755 --- a/configure +++ b/configure @@ -4568,7 +4568,7 @@ case "x$enable_qt_dbus" in #( "xyes") : { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } - if test "x$x$with_qt5" == "xyes"; then : + if test "x$with_qt5" == "xyes"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Qt5DBus >= 5.2.0" >&5 $as_echo_n "checking for Qt5DBus >= 5.2.0... " >&6; } if test -n "$PKG_CONFIG" && \ diff --git a/m4/qbittorrent.m4 b/m4/qbittorrent.m4 index c24f936b7..1413a7a34 100644 --- a/m4/qbittorrent.m4 +++ b/m4/qbittorrent.m4 @@ -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])