diff options
author | Paul Smith <psmith@gnu.org> | 1997-04-07 18:02:17 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1997-04-07 18:02:17 +0000 |
commit | 73fcfdbe243f90ad7450bbd4202ae7b9413a8637 (patch) | |
tree | c86c67a71b6443f82e69115431082f6704394732 /configure.in | |
parent | 0ada207e2dca2b69a65ce186e625e7f6397edd34 (diff) | |
download | gunmake-73fcfdbe243f90ad7450bbd4202ae7b9413a8637.tar.gz |
Last-minute changed for 3.75.1
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 9a35c1a..c6f6583 100644 --- a/configure.in +++ b/configure.in @@ -46,6 +46,7 @@ AC_FUNC_ALLOCA AC_FUNC_VFORK AC_FUNC_SETVBUF_REVERSED AC_FUNC_GETLOADAVG +AC_CHECK_LIB(kstat, kstat_open) AC_FUNC_STRCOLL # Check out the wait reality. |