/[guile]/guile/guile-core/configure.in
ViewVC logotype

Diff of /guile/guile-core/configure.in

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

revision 1.221 by mvo, Thu Jun 19 20:09:05 2003 UTC revision 1.222 by kryde, Sat Jun 21 00:15:09 2003 UTC
# Line 759  AC_REPLACE_FUNCS(inet_aton putenv strerr Line 759  AC_REPLACE_FUNCS(inet_aton putenv strerr
759    
760  AC_CHECK_HEADERS(floatingpoint.h ieeefp.h nan.h)  AC_CHECK_HEADERS(floatingpoint.h ieeefp.h nan.h)
761    
762  AC_CHECK_FUNCS(finite isinf isnan copysign)  # asinh, acosh, atanh and trunc (all in -lm) are only C99 standard and older
763    # systems generally don't have them.
764    #
765    AC_CHECK_FUNCS(asinh acosh atanh copysign finite isinf isnan trunc)
766    
767  # When testing for the presence of alloca, we need to add alloca.o  # When testing for the presence of alloca, we need to add alloca.o
768  # explicitly to LIBOBJS to make sure that it is translated to  # explicitly to LIBOBJS to make sure that it is translated to

Legend:
Removed from v.1.221  
changed lines
  Added in v.1.222

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