diff options
author | Jim Blandy <jimb@red-bean.com> | 1999-07-19 07:49:01 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1999-07-19 07:49:01 +0000 |
commit | 2adc1dd3af51c053dee5ead3e465729428b96584 (patch) | |
tree | 6a85b6b2ce0b00052250931985e1ba32421ebad6 | |
parent | 131f97a979a8000b29770d95a95a2a30477a40d2 (diff) | |
download | guile-2adc1dd3af51c053dee5ead3e465729428b96584.tar.gz |
* configure.in: Check for <io.h>.
* configure: Regenerated.
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -2667,7 +2667,7 @@ EOF fi -for ac_hdr in libc.h limits.h malloc.h memory.h string.h regex.h rxposix.h rx/rxposix.h sys/ioctl.h sys/select.h sys/time.h sys/timeb.h sys/times.h sys/types.h sys/utime.h time.h unistd.h utime.h +for ac_hdr in io.h libc.h limits.h malloc.h memory.h string.h regex.h rxposix.h rx/rxposix.h sys/ioctl.h sys/select.h sys/time.h sys/timeb.h sys/times.h sys/types.h sys/utime.h time.h unistd.h utime.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 diff --git a/configure.in b/configure.in index 3d37df359..6fee00ff5 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl configuration script for Guile dnl Process this file with autoconf to produce configure. dnl -dnl Copyright (C) 1998 Free Software Foundation, Inc. +dnl Copyright (C) 1998, 1999 Free Software Foundation, Inc. dnl dnl This file is part of GUILE dnl @@ -76,7 +76,7 @@ AC_HEADER_STDC AC_HEADER_DIRENT AC_HEADER_TIME AC_HEADER_SYS_WAIT -AC_CHECK_HEADERS(libc.h limits.h malloc.h memory.h string.h regex.h rxposix.h rx/rxposix.h sys/ioctl.h sys/select.h sys/time.h sys/timeb.h sys/times.h sys/types.h sys/utime.h time.h unistd.h utime.h) +AC_CHECK_HEADERS(io.h libc.h limits.h malloc.h memory.h string.h regex.h rxposix.h rx/rxposix.h sys/ioctl.h sys/select.h sys/time.h sys/timeb.h sys/times.h sys/types.h sys/utime.h time.h unistd.h utime.h) GUILE_HEADER_LIBC_WITH_UNISTD AC_TYPE_GETGROUPS |