1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-18 17:27:20 +01:00

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

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