From f481c98a79621648efd24861db723821ebd07da1 Mon Sep 17 00:00:00 2001 From: eb Date: Mon, 18 Dec 2006 17:55:04 +0000 Subject: [PATCH] Applied patch to fix ticket:117 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4137 221aa14e-8319-0410-a670-987f0aec2ac5 --- config/lf_cxx.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/lf_cxx.m4 b/config/lf_cxx.m4 index c2b3cd53..9465290b 100644 --- a/config/lf_cxx.m4 +++ b/config/lf_cxx.m4 @@ -85,7 +85,7 @@ AC_DEFUN([LF_CXX_PORTABILITY],[ dnl Test whether C++ has std::isnan AC_MSG_CHECKING(whether C++ has std::isnan) - AC_TRY_COMPILE([#include ], [ + AC_TRY_COMPILE([#include ], [ std::isnan(0); ], [ AC_MSG_RESULT(yes) AC_DEFINE(CXX_HAS_STD_ISNAN,[],[Define if has std::isnan]) ], -- 2.47.2