debugging configure.in

This commit is contained in:
Vadim Kurland
2009-10-12 22:14:39 +00:00
parent 1b2881793a
commit be62cd1cd0
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
#define BUILD_NUM 1580 #define BUILD_NUM 1582
+1 -2
View File
@@ -288,10 +288,9 @@ AC_MSG_CHECKING(QT DBus framework)
if test $? -eq 0; then if test $? -eq 0; then
HAVE_QTDBUS="1" HAVE_QTDBUS="1"
AC_MSG_RESULT(ok) AC_MSG_RESULT(ok)
AC_DEFINE_UNQUOTED(HAVE_QTDBUS, 1, [qtdbus]) AC_DEFINE(HAVE_QTDBUS)
else else
AC_MSG_RESULT(not available) AC_MSG_RESULT(not available)
AC_DEFINE_UNQUOTED(HAVE_QTDBUS, 0, [qtdbus])
fi fi
AC_SUBST(HAVE_QTDBUS) AC_SUBST(HAVE_QTDBUS)