Changeset 1459


Ignore:
Timestamp:
Aug 31, 2008, 3:46:07 PM (15 years ago)
Author:
Peter
Message:

Cleaning up in configure.ac. Removed a couple of macros that were C
specific or obsolete. Possibly we could keep tests for sqrt but then
we need to use the test somehow (see discussion in ticket:430. Closes
#430 and #431.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r1457 r1459  
    157157CPPFLAGS="$BOOST_CPPFLAGS $CPPFLAGS"
    158158
    159 
    160 # Checks for header files.
    161 AC_CHECK_HEADERS([unistd.h])
    162 
    163 # Checks for typedefs, structures, and compiler characteristics.
    164 AC_HEADER_STDBOOL
    165 AC_C_CONST
    166 AC_C_INLINE
    167 AC_TYPE_SIZE_T
    168 
    169159# Checks for library functions.
    170160AC_PROG_LIBTOOL
    171 AC_FUNC_ERROR_AT_LINE
    172 AC_HEADER_STDC
    173 AC_CHECK_FUNCS([pow sqrt])
    174161
    175162#support for large files
Note: See TracChangeset for help on using the changeset viewer.