Changeset 18584 for trunk


Ignore:
Timestamp:
09/16/16 14:52:28 (8 years ago)
Author:
tbretz
Message:
Switching off root didn't work
File:
1 edited

Legend:

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

    r18506 r18584  
    386386AM_CONDITIONAL(HAS_QT4,       [test "$QT4_VERSION"])
    387387AM_CONDITIONAL(HAS_SQL,       [test "$MYSQLPP_LIB_DIR" -a "$MYSQLPP_INC_DIR" ])
    388 AM_CONDITIONAL(HAS_ROOT,      [test "$ROOTEXEC" != no])
     388AM_CONDITIONAL(HAS_ROOT,      [test "$ROOTEXEC" != no -a -n "$ROOTVERSION"])
    389389AM_CONDITIONAL(HAS_ROOT_QT,   [test "$HAVE_ROOT_QT" = yes])
    390390AM_CONDITIONAL(HAS_CFITSIO,   [test "$HAVE_CFITSIO" = yes])
Note: See TracChangeset for help on using the changeset viewer.