comparison configure.ac @ 18541:2f5685c080e5

maint: Periodic merge of gui-release to stable.
author John W. Eaton <jwe@octave.org>
date Tue, 04 Mar 2014 11:10:42 -0500
parents f958e8cd6348 89bd70fae066
children b83fca22bb4c
comparison
equal deleted inserted replaced
18539:7b60d0d9f0f2 18541:2f5685c080e5
2213 ## Look in <cmath> for the IEEE functions isnan, isinf, isfinite that we need. 2213 ## Look in <cmath> for the IEEE functions isnan, isinf, isfinite that we need.
2214 2214
2215 OCTAVE_CHECK_FUNC_CMATH(isnan) 2215 OCTAVE_CHECK_FUNC_CMATH(isnan)
2216 OCTAVE_CHECK_FUNC_CMATH(isinf) 2216 OCTAVE_CHECK_FUNC_CMATH(isinf)
2217 OCTAVE_CHECK_FUNC_CMATH(isfinite) 2217 OCTAVE_CHECK_FUNC_CMATH(isfinite)
2218 OCTAVE_CHECK_FUNC_CMATH(signbit)
2218 2219
2219 ## Check for Inf and NaN functions 2220 ## Check for Inf and NaN functions
2220 2221
2221 case $canonical_host_type in 2222 case $canonical_host_type in
2222 m68k-hp-hpux*) 2223 m68k-hp-hpux*)