Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/qwt.m4

    rb61bd5 r3b35e7  
    4343  mol_ac_qwt_name=qwt
    4444  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
    4845  if test -n "$mol_ac_qwt_include_path"; then
    4946    mol_ac_qwt_cxxflags="-I$mol_ac_qwt_include_path"
     
    5148  fi
    5249  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
    5650  if test -n "$mol_ac_qwt_lib_path"; then
    5751    for mol_ac_qwt_candidate in \
Note: See TracChangeset for help on using the changeset viewer.