~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2009-03-08 23:45:12 UTC
  • mto: (923.2.1 mordred)
  • mto: This revision was merged to the branch mainline in revision 921.
  • Revision ID: mordred@inaugust.com-20090308234512-tqkygxtu1iaig23s
Removed C99 isnan() usage, which allows us to remove the util/math.{cc,h} workarounds. Yay for standards!

Show diffs side-by-side

added added

removed removed

Lines of Context:
336
336
AC_CXX_STL_HASH
337
337
AC_CXX_CSTDINT
338
338
AC_CXX_CINTTYPES
339
 
AC_CXX_CMATH
340
339
 
341
340
DRIZZLE_PROG_AR
342
341
 
1499
1498
echo "   * C++ cstdint location:      $ac_cv_cxx_cstdint"
1500
1499
echo "   * C++ hash_map location:     $ac_cv_cxx_hash_map"
1501
1500
echo "   * C++ hash namespace:        $ac_cv_cxx_hash_namespace"
1502
 
echo "   * C++ cmath location:        $ac_cv_cxx_cmath"
1503
 
echo "   * C++ cmath namespace:       $ac_cv_cxx_cmath_namespace"
1504
1501
echo ""
1505
1502
echo "---"
1506
1503