Changeset 10526 for trunk


Ignore:
Timestamp:
05/03/11 10:04:45 (14 years ago)
Author:
tbretz
Message:
Replaces output for HAS_ROOT_QT qith yes/no
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/configure.ac

    r10487 r10526  
    353353)
    354354AC_MSG_NOTICE([ ROOT support enabled   /  root >= 5.12/00  found: $ROOTEXEC])
    355 AC_MSG_NOTICE([ ROOT built with --with-qt                  found: $HAVE_ROOT_QT])
     355AM_COND_IF(HAS_ROOT_QT,
     356   AC_MSG_NOTICE([ ROOT built with --with-qt                  found: yes]),
     357   AC_MSG_NOTICE([ ROOT built with --with-qt                  found: no])
     358)
    356359AC_MSG_NOTICE()
    357360AC_MSG_NOTICE(--------------------------------------------------------------------)
Note: See TracChangeset for help on using the changeset viewer.