Changeset 14134 for trunk


Ignore:
Timestamp:
06/08/12 18:22:39 (12 years ago)
Author:
tbretz
Message:
Fixed a problem with AC_CHECK_CLASS with leads to common failure if one failed.
Location:
trunk/FACT++
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/.macro_dir/ac_check_class.m4

    r11722 r14134  
    5757        fi
    5858
     59        no_good=no
     60
    5961        AC_CHECK_HEADER($4,,no_good=yes)
    6062       
  • trunk/FACT++/configure

    r14048 r14134  
    2272522725        fi
    2272622726
     22727        no_good=no
     22728
    2272722729        ac_fn_cxx_check_header_mongrel "$LINENO" "v8.h" "ac_cv_header_v8_h" "$ac_includes_default"
    2272822730if test "x$ac_cv_header_v8_h" = xyes; then :
     
    2400024002
    2400124003                cat > conftest.$ac_ext <<EOF
    24002 #line 24002 "configure"
     24004#line 24004 "configure"
    2400324005#include "confdefs.h"
    2400424006#include <qglobal.h>
     
    2420724209        fi
    2420824210
     24211        no_good=no
     24212
    2420924213        ac_fn_cxx_check_header_mongrel "$LINENO" "QtOpenGL/QGLWidget" "ac_cv_header_QtOpenGL_QGLWidget" "$ac_includes_default"
    2421024214if test "x$ac_cv_header_QtOpenGL_QGLWidget" = xyes; then :
     
    2434024344        fi
    2434124345
     24346        no_good=no
     24347
    2434224348        ac_fn_cxx_check_header_mongrel "$LINENO" "qwt_plot.h" "ac_cv_header_qwt_plot_h" "$ac_includes_default"
    2434324349if test "x$ac_cv_header_qwt_plot_h" = xyes; then :
     
    2447224478                CFLAGS="$CFLAGS -I${soprano_include}"
    2447324479        fi
     24480
     24481        no_good=no
    2447424482
    2447524483        ac_fn_cxx_check_header_mongrel "$LINENO" "Soprano/Soprano" "ac_cv_header_Soprano_Soprano" "$ac_includes_default"
Note: See TracChangeset for help on using the changeset viewer.