summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorTom Rondeau2011-01-22 15:23:51 -0500
committerTom Rondeau2011-01-22 15:23:51 -0500
commitf54dde22e71bf393ad4519d099384af38d43ee72 (patch)
treea38eed0332586e457ce4b7c8f586fa9ce74b6d3e /config
parent85759ff0f893b9377b156609d68c6453feb304c9 (diff)
parent48f9ca90e0cbcbfe67b0e10889c60928d9be5c49 (diff)
downloadgnuradio-f54dde22e71bf393ad4519d099384af38d43ee72.tar.gz
gnuradio-f54dde22e71bf393ad4519d099384af38d43ee72.tar.bz2
gnuradio-f54dde22e71bf393ad4519d099384af38d43ee72.zip
Merge branch 'mergeme/math/gr_math_simplification' into next
Diffstat (limited to 'config')
-rw-r--r--config/lf_cxx.m417
1 files changed, 0 insertions, 17 deletions
diff --git a/config/lf_cxx.m4 b/config/lf_cxx.m4
index dfc6bfbfe..7cce5f8a4 100644
--- a/config/lf_cxx.m4
+++ b/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
])