Changeset 4137

Show
Ignore:
Timestamp:
12/18/06 10:55:04
Author:
eb
Message:

Applied patch to fix ticket:117

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gnuradio/trunk/config/lf_cxx.m4

    r3746 r4137  
    8686  dnl Test whether C++ has std::isnan 
    8787  AC_MSG_CHECKING(whether C++ has std::isnan) 
    88   AC_TRY_COMPILE([#include <math.h>], [ 
     88  AC_TRY_COMPILE([#include <cmath>], [ 
    8989   std::isnan(0); 
    9090], [ AC_MSG_RESULT(yes)