/[gcl]/gcl/configure
ViewVC logotype

Diff of /gcl/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.35 by camm, Thu Jun 6 16:41:52 2002 UTC revision 1.36 by camm, Thu Jun 6 19:04:31 2002 UTC
# Line 1652  else Line 1652  else
1652  #include <ieeefp.h>  #include <ieeefp.h>
1653                              int main() {                              int main() {
1654                                  float f;                                  float f;
1655                                  return fpclass(f)>=FP_NZERO || fpclass<FP_NZERO ? 0 : 1;                                  return fpclass(f)>=FP_NZERO || fpclass(f)<FP_NZERO ? 0 : 1;
1656                                  }                                  }
1657  EOF  EOF
1658  if { (eval echo configure:1659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null  if { (eval echo configure:1659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26