Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/qwt.m4

    r35302b r3b35e7  
    8080  AC_TRY_LINK(
    8181    [#include <qwt_plot.h>],
    82     [QwtPlot * plot = new QwtPlot(QString("Two Curves"));],
     82    [QwtPlot * plot = new QwtPlot();],
    8383    [mol_ac_have_qwt=true])
    8484  AC_LANG_RESTORE
Note: See TracChangeset for help on using the changeset viewer.