diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2008-03-28 05:34:59 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2008-03-28 05:34:59 (GMT) |
commit | 9fdfaaf9af621d45c849061ea05bd3f2c37232c8 (patch) | |
tree | 6813ab4126dc720f5a4003a9b0ba5b09a19590ba /configure | |
parent | 85a896902cd83686ce0c5b8016b361914d588692 (diff) | |
download | cpython-9fdfaaf9af621d45c849061ea05bd3f2c37232c8.zip cpython-9fdfaaf9af621d45c849061ea05bd3f2c37232c8.tar.gz cpython-9fdfaaf9af621d45c849061ea05bd3f2c37232c8.tar.bz2 |
Fix compiler warning about finite() missing on Solaris.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 61722 . +# From configure.in Revision: 61847 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for python 2.6. # @@ -5421,9 +5421,10 @@ done + for ac_header in asm/types.h conio.h curses.h direct.h dlfcn.h errno.h \ fcntl.h grp.h \ -io.h langinfo.h libintl.h ncurses.h poll.h process.h pthread.h \ +ieeefp.h io.h langinfo.h libintl.h ncurses.h poll.h process.h pthread.h \ shadow.h signal.h stdint.h stropts.h termios.h thread.h \ unistd.h utime.h \ sys/audioio.h sys/bsdtty.h sys/epoll.h sys/event.h sys/file.h sys/loadavg.h \ |