Changes in m4/qwt.m4 [b61bd5:3b35e7]
Legend:
- Unmodified
- Added
- Removed
-
m4/qwt.m4
rb61bd5 r3b35e7 43 43 mol_ac_qwt_name=qwt 44 44 CXXFLAGS="$CXXFLAGS $QT_CFLAGS" 45 if test -z "$mol_ac_qwt_include_path"; then46 mol_ac_qwt_include_path=`locate qwt.h | xargs dirname`47 fi48 45 if test -n "$mol_ac_qwt_include_path"; then 49 46 mol_ac_qwt_cxxflags="-I$mol_ac_qwt_include_path" … … 51 48 fi 52 49 LDFLAGS="$LDFLAGS $QT_LDFLAGS" 53 if test -z "$mol_ac_qwt_lib_path"; then54 mol_ac_qwt_lib_path=`locate libqwt-qt4.so | head -n 1 | xargs dirname`55 fi56 50 if test -n "$mol_ac_qwt_lib_path"; then 57 51 for mol_ac_qwt_candidate in \
Note:
See TracChangeset
for help on using the changeset viewer.