Index: /trunk/FACT++/configure.ac
===================================================================
--- /trunk/FACT++/configure.ac	(revision 10525)
+++ /trunk/FACT++/configure.ac	(revision 10526)
@@ -353,5 +353,8 @@
 )
 AC_MSG_NOTICE([ ROOT support enabled   /  root >= 5.12/00  found: $ROOTEXEC])
-AC_MSG_NOTICE([ ROOT built with --with-qt                  found: $HAVE_ROOT_QT])
+AM_COND_IF(HAS_ROOT_QT,
+   AC_MSG_NOTICE([ ROOT built with --with-qt                  found: yes]),
+   AC_MSG_NOTICE([ ROOT built with --with-qt                  found: no])
+)
 AC_MSG_NOTICE()
 AC_MSG_NOTICE(--------------------------------------------------------------------)
