Ignore:
Timestamp:
Jul 11, 2008, 12:45:58 PM (15 years ago)
Author:
jack
Message:

Started C++-ising the code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/anugavis/configure.ac

    r5292 r5487  
    1010# Checks for programs.
    1111AC_PROG_CC
    12 AM_PROG_CC_C_O
     12AC_PROG_CXX
    1313AC_PROG_RANLIB
    1414
     
    2424AC_CHECK_HEADER([netcdf.h], [],
    2525                [AC_MSG_ERROR([Can't find the NetCDF header. (CPPFLAGS?)])])
     26AC_CHECK_HEADER([windows.h])
     27AX_BOOST_BASE([1.35.0])
    2628
    2729# Checks for typedefs, structures, and compiler characteristics.
    2830AC_C_CONST
     31AC_C_INLINE
    2932AC_TYPE_SIZE_T
     33AM_PROG_CC_C_O
    3034
    3135# Checks for library functions.
Note: See TracChangeset for help on using the changeset viewer.