/[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.222 by kryde, Sat Jun 21 00:15:09 2003 UTC revision 1.223 by kryde, Tue Jul 8 00:29:59 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  # asinh, acosh, atanh and trunc (all in -lm) are only C99 standard and older  # Reasons for testing:
763  # systems generally don't have them.  #   asinh, acosh, atanh, trunc - C99 standard, generally not available on
764    #                                older systems
765    #   sincos - GLIBC extension
766  #  #
767  AC_CHECK_FUNCS(asinh acosh atanh copysign finite isinf isnan trunc)  AC_CHECK_FUNCS(asinh acosh atanh copysign finite isinf isnan sincos trunc)
768    
769  # 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
770  # 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.222  
changed lines
  Added in v.1.223

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