Changeset 18506


Ignore:
Timestamp:
05/23/16 17:18:43 (8 years ago)
Author:
tbretz
Message:
Moved definition of -lGQt to Makefile.am, improved output in case of missing components.
File:
1 edited

Legend:

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

    r18428 r18506  
    323323
    324324   ROOTCPPFLAGS=$ROOTCFLAGS" "$ROOTAUXCFLAGS
    325    ROOTLDFLAGS="-L"$ROOTLIBDIR" -lGQt"
     325   ROOTLDFLAGS="-L"$ROOTLIBDIR
    326326
    327327   #AC_CHECK_PROG(HAVE_ROOT_QT, libGQt.so.$ROOTSOVERSION, yes, no, $ROOTLIBDIR)
     
    491491   AC_MSG_NOTICE([ Motif/lesstif          / 'Xm/Xm.h' 'libXp'  found: no])
    492492)
    493 
    494 AM_COND_IF(HAS_LIBXP,
    495    AC_MSG_NOTICE([ Motif/lesstif          / 'Xm/Xm.h' 'libXp'  found: yes]),
    496    AC_MSG_NOTICE([ Motif/lesstif          / 'Xm/Xm.h' 'libXp'  found: no])
    497 )
    498493AM_COND_IF(HAS_COLORDIFF,
    499494   AC_MSG_NOTICE([ colored svn diff       / 'colordiff'        found: yes]),
     
    596591   [AM_COND_IF(HAS_ROOT_QT,,
    597592      AC_MSG_WARN([ root found but it was built without the --with-qt option])
    598    )]
     593   )],
     594   AC_MSG_WARN([ root not found - ROOT support disabled.])
    599595)
    600596AM_COND_IF(HAS_QT4,, AC_MSG_WARN([ QT4 missing - GUIs disabled!]))
     
    610606)
    611607AM_COND_IF(HAS_JSDOC,,   AC_MSG_WARN([ JavaScript documentation disabled!]))
     608AM_COND_IF(HAS_MAILX,,   AC_MSG_WARN([ Mail functionality in JavaScript disabled!]))
     609AM_COND_IF(HAS_CURL,,    AC_MSG_WARN([ Curl functionality in JavaScript disabled!]))
    612610AM_COND_IF(HAS_SQL,,     AC_MSG_WARN([ database support globally disabled!]))
    613611AM_COND_IF(HAS_NOVA,,    AC_MSG_WARN([ libnova missing - smartfact will be compiles without astronomy support!]))
Note: See TracChangeset for help on using the changeset viewer.