Changeset 10204 for trunk/FACT++


Ignore:
Timestamp:
03/02/11 10:25:22 (14 years ago)
Author:
tbretz
Message:
Replaced search for Xm.h by AC_FIND_MOTIF
File:
1 edited

Legend:

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

    r10195 r10204  
    102102
    103103######################################################################
    104 # Xm.h (lesstif/motif)
    105 ######################################################################
    106 
    107 AC_LANG_PUSH(C)
    108 
    109 AC_CHECK_HEADERS([Mrm/MrmAppl.h Xm/Xm.h], [],
    110    [
    111       echo "Error! Mrm/MrmAppl.h, Xm/Xm.h not properly installed, needed to compile did (you need most probably lesstif2-dev)."
    112       exit -1
    113    ]
    114 )
    115 
    116 AC_CHECK_LIB(Xm, XtToolkitInitialize, [],
    117    [
    118       echo "Error! libXm (lesstif2) not properly installed in the default library path (needed by dim to link did)."
    119       exit -1
    120    ]
    121 )
    122 
    123 AC_LANG_POP
     104# Xm.h (lesstif/motif, needed by did)
     105######################################################################
     106
     107AC_FIND_MOTIF
    124108
    125109######################################################################
Note: See TracChangeset for help on using the changeset viewer.