/[gcl]/gcl/configure.in
ViewVC logotype

Diff of /gcl/configure.in

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

revision 1.36 by camm, Thu Jun 6 16:41:52 2002 UTC revision 1.37 by camm, Thu Jun 6 19:04:31 2002 UTC
# Line 187  AC_TRY_RUN([#define _GNU_SOURCE Line 187  AC_TRY_RUN([#define _GNU_SOURCE
187                  AC_TRY_RUN([#include <ieeefp.h>                  AC_TRY_RUN([#include <ieeefp.h>
188                              int main() {                              int main() {
189                                  float f;                                  float f;
190                                  return fpclass(f)>=FP_NZERO || fpclass<FP_NZERO ? 0 : 1;                                  return fpclass(f)>=FP_NZERO || fpclass(f)<FP_NZERO ? 0 : 1;
191                                  }],                                  }],
192                  AC_DEFINE(HAVE_IEEEFP) AC_MSG_RESULT(yes),                  AC_DEFINE(HAVE_IEEEFP) AC_MSG_RESULT(yes),
193                  HAVE_IEEEFP=0 AC_MSG_RESULT(no),HAVE_IEEEFP=0 AC_MSG_RESULT(no))                  HAVE_IEEEFP=0 AC_MSG_RESULT(no),HAVE_IEEEFP=0 AC_MSG_RESULT(no))

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

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