Changeset 4425
- Timestamp:
- 02/07/07 14:10:37
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gnuradio/trunk/gr-howto-write-a-block/config/lf_cxx.m4
r3763 r4425 86 86 dnl Test whether C++ has std::isnan 87 87 AC_MSG_CHECKING(whether C++ has std::isnan) 88 AC_TRY_COMPILE([#include < math.h>], [88 AC_TRY_COMPILE([#include <cmath>], [ 89 89 std::isnan(0); 90 90 ], [ AC_MSG_RESULT(yes)
