Changeset 12058 for trunk


Ignore:
Timestamp:
09/09/11 10:23:01 (13 years ago)
Author:
tbretz
Message:
Reverted an error which was recently introduced by Thomas k.
File:
1 edited

Legend:

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

    r12013 r12058  
    230230AC_CHECK_CLASS(QGL, [QGLWidget qgl], QtOpenGL, QtOpenGL/QGLWidget,
    231231        HAVE_QGL=yes, HAVE_QGL=no)
    232 AC_CHECK_CLASS(qwt, [QwtPlot qwt],   qwt-qt4,  qwt-qt4/qwt_plot.h,
     232AC_CHECK_CLASS(qwt, [QwtPlot qwt],   qwt-qt4,  qwt_plot.h,
    233233        HAVE_QWT=yes, HAVE_QWT=no)
    234234
     
    383383AC_MSG_NOTICE([ GLU                    / GL/glu.h           found: $HAVE_GLU])
    384384AC_MSG_NOTICE([ QtOpenGL               / QtOpenGL/QGLWidget found: $HAVE_QGL])
    385 AC_MSG_NOTICE([ Qwt                    / qwt-qt4/qwt_plot.h         found: $HAVE_QWT])
     385AC_MSG_NOTICE([ Qwt                    / qwt_plot.h         found: $HAVE_QWT])
    386386AC_MSG_NOTICE([ cfitsio                / 'fitsio.h'         found: $HAVE_CFITSIO])
    387387AC_MSG_NOTICE([ CCfits                 / 'CCfits/CCfits'    found: $HAVE_CCFITS])
Note: See TracChangeset for help on using the changeset viewer.