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