Changeset 10463
- Timestamp:
- 04/26/11 18:44:20 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/configure.ac
r10458 r10463 96 96 AC_MSG_ERROR([ncurses panel library not found])) 97 97 98 # Xm.h (lesstif/motif, needed to compile did) 99 AC_FIND_MOTIF 100 101 CPPFLAGS+=" "$MOTIF_INCL" " 102 LDFLAGS+=" "$MOTIF_LDFLAGS" " 103 104 AM_COND_IF(HAS_LIBXP,, 105 AC_MSG_WARN([ Motif/lesstif not found!]) 106 ) 107 98 108 # Needed to compile FACT++ 99 109 AC_CHECK_PACKAGE(cfitsio, ffpss, cfitsio, fitsio.h,, … … 113 123 #AC_CHECK_LIB(CCfits, main,, 114 124 # AC_MSG_ERROR(CCfits library not found)) 115 116 117 ######################################################################118 # Xm.h (lesstif/motif, needed by did)119 ######################################################################120 121 # Needed to compile dim122 AC_FIND_MOTIF123 124 CPPFLAGS+=" "$MOTIF_INCL" "125 LDFLAGS+=" "$MOTIF_LDFLAGS" "126 127 AM_COND_IF(HAS_LIBXP,,128 AC_MSG_WARN([ Motif/lesstif not found!])129 )130 125 131 126 ###################################################################### … … 357 352 AC_MSG_NOTICE([ QT4 support enabled / QT4 toolkit found: no]) 358 353 ) 359 AC_MSG_NOTICE([ ROOT support enabled / root >= 5.12/00 found: $ROOTEXEC])360 AC_MSG_NOTICE([ ROOT built with --with-qt found: $HAVE_ROOT_QT])354 AC_MSG_NOTICE([ ROOT support enabled / root >= 5.12/00 found: $ROOTEXEC]) 355 AC_MSG_NOTICE([ ROOT built with --with-qt found: $HAVE_ROOT_QT]) 361 356 AC_MSG_NOTICE() 362 357 AC_MSG_NOTICE(--------------------------------------------------------------------)
Note:
See TracChangeset
for help on using the changeset viewer.