From 1b2881793adaa324c01494703a5f594b5daa7ba3 Mon Sep 17 00:00:00 2001 From: Vadim Kurland Date: Mon, 12 Oct 2009 22:11:16 +0000 Subject: [PATCH] if QtDBus is missing, var HAVE_QTDBUS should NOT be defined --- configure.in | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.in b/configure.in index 327cef036..fc4ccbbe1 100644 --- a/configure.in +++ b/configure.in @@ -290,7 +290,6 @@ if test $? -eq 0; then AC_MSG_RESULT(ok) AC_DEFINE_UNQUOTED(HAVE_QTDBUS, 1, [qtdbus]) else - HAVE_QTDBUS="0" AC_MSG_RESULT(not available) AC_DEFINE_UNQUOTED(HAVE_QTDBUS, 0, [qtdbus]) fi