1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-20 02:07:23 +01:00

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

View File

@ -1 +1 @@
#define BUILD_NUM 1580
#define BUILD_NUM 1582

View File

@ -288,10 +288,9 @@ AC_MSG_CHECKING(QT DBus framework)
if test $? -eq 0; then
HAVE_QTDBUS="1"
AC_MSG_RESULT(ok)
AC_DEFINE_UNQUOTED(HAVE_QTDBUS, 1, [qtdbus])
AC_DEFINE(HAVE_QTDBUS)
else
AC_MSG_RESULT(not available)
AC_DEFINE_UNQUOTED(HAVE_QTDBUS, 0, [qtdbus])
fi
AC_SUBST(HAVE_QTDBUS)