Changeset 4403

Show
Ignore:
Timestamp:
02/07/07 10:58:14
Author:
jcorgan
Message:

Applied changeset r4137 on trunk to release branch.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gnuradio/branches/releases/3.0/config/lf_cxx.m4

    r3751 r4403  
    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)