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.in | |
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.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 4e5944b..37c1279 100644 --- a/configure.in +++ b/configure.in @@ -1099,7 +1099,7 @@ dnl AC_MSG_RESULT($cpp_type) AC_HEADER_STDC AC_CHECK_HEADERS(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 \ |