if QtDBus is missing, var HAVE_QTDBUS should NOT be defined

This commit is contained in:
Vadim Kurland
2009-10-12 22:11:16 +00:00
parent ea2602910c
commit 1b2881793a
-1
View File
@@ -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