diff options
author | Tom Rondeau | 2011-01-22 15:23:51 -0500 |
---|---|---|
committer | Tom Rondeau | 2011-01-22 15:23:51 -0500 |
commit | f54dde22e71bf393ad4519d099384af38d43ee72 (patch) | |
tree | a38eed0332586e457ce4b7c8f586fa9ce74b6d3e /volk | |
parent | 85759ff0f893b9377b156609d68c6453feb304c9 (diff) | |
parent | 48f9ca90e0cbcbfe67b0e10889c60928d9be5c49 (diff) | |
download | gnuradio-f54dde22e71bf393ad4519d099384af38d43ee72.tar.gz gnuradio-f54dde22e71bf393ad4519d099384af38d43ee72.tar.bz2 gnuradio-f54dde22e71bf393ad4519d099384af38d43ee72.zip |
Merge branch 'mergeme/math/gr_math_simplification' into next
Diffstat (limited to 'volk')
-rw-r--r-- | volk/config/lf_cxx.m4 | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/volk/config/lf_cxx.m4 b/volk/config/lf_cxx.m4 index dfc6bfbfe..7cce5f8a4 100644 --- a/volk/config/lf_cxx.m4 +++ b/volk/config/lf_cxx.m4 @@ -46,22 +46,5 @@ AC_DEFUN([LF_CXX_PORTABILITY],[ dnl Check for common C++ portability problems dnl - dnl AC_LANG_PUSH - dnl AC_LANG_CPLUSPLUS - AC_LANG_SAVE - AC_LANG_CPLUSPLUS - - - dnl Test whether C++ has std::isnan - AC_MSG_CHECKING(whether C++ has std::isnan) - AC_TRY_COMPILE([#include <cmath>], [ - std::isnan(0); -], [ AC_MSG_RESULT(yes) - AC_DEFINE(CXX_HAS_STD_ISNAN,[],[Define if has std::isnan]) ], - [ AC_MSG_RESULT(no) ]) - - dnl Done with the portability checks - dnl AC_LANG_POP([C++]) - AC_LANG_RESTORE ]) |