Changeset 10463


Ignore:
Timestamp:
04/26/11 18:44:20 (14 years ago)
Author:
tbretz
Message:
Fixed another problem with the motif detection - the wrong language was used.
File:
1 edited

Legend:

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

    r10458 r10463  
    9696   AC_MSG_ERROR([ncurses panel library not found]))
    9797
     98# Xm.h (lesstif/motif, needed to compile did)
     99AC_FIND_MOTIF
     100
     101CPPFLAGS+=" "$MOTIF_INCL" "
     102LDFLAGS+=" "$MOTIF_LDFLAGS" "
     103
     104AM_COND_IF(HAS_LIBXP,,
     105      AC_MSG_WARN([ Motif/lesstif not found!])
     106)
     107
    98108# Needed to compile FACT++
    99109AC_CHECK_PACKAGE(cfitsio, ffpss, cfitsio, fitsio.h,,
     
    113123#AC_CHECK_LIB(CCfits, main,,
    114124#   AC_MSG_ERROR(CCfits library not found))
    115 
    116 
    117 ######################################################################
    118 # Xm.h (lesstif/motif, needed by did)
    119 ######################################################################
    120 
    121 # Needed to compile dim
    122 AC_FIND_MOTIF
    123 
    124 CPPFLAGS+=" "$MOTIF_INCL" "
    125 LDFLAGS+=" "$MOTIF_LDFLAGS" "
    126 
    127 AM_COND_IF(HAS_LIBXP,,
    128       AC_MSG_WARN([ Motif/lesstif not found!])
    129 )
    130125
    131126######################################################################
     
    357352   AC_MSG_NOTICE([ QT4 support enabled    /  QT4 toolkit      found: no])
    358353)
    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])
     354AC_MSG_NOTICE([ ROOT support enabled   /  root >= 5.12/00   found: $ROOTEXEC])
     355AC_MSG_NOTICE([ ROOT built with --with-qt                   found: $HAVE_ROOT_QT])
    361356AC_MSG_NOTICE()
    362357AC_MSG_NOTICE(--------------------------------------------------------------------)
Note: See TracChangeset for help on using the changeset viewer.