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

Diff of /gcl/configure.in

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

revision 1.53 by camm, Wed Jun 26 21:28:00 2002 UTC revision 1.54 by camm, Tue Jul 9 19:39:41 2002 UTC
# Line 215  AC_CHECK_LIB(mingwex,main,LIBS="${LIBS} Line 215  AC_CHECK_LIB(mingwex,main,LIBS="${LIBS}
215  # Should really find a way to check for prototypes, but this  # Should really find a way to check for prototypes, but this
216  # basically works for now.  CM  # basically works for now.  CM
217  #  #
218  AC_CHECK_HEADERS(math.h,AC_DEFINE(NEED_MATH_H))  AC_CHECK_HEADERS(math.h,AC_DEFINE(HAVE_MATH_H))
219    
220    #
221    # For DBL_MAX et. al. on (only) certain Linux arches, apparently CM
222    #
223    AC_CHECK_HEADERS(values.h,AC_DEFINE(HAVE_VALUES_H))
224    
225  #  #
226  # The second alternative is for solaris.  This needs to be  # The second alternative is for solaris.  This needs to be

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

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