summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2000-06-20 05:48:40 +0000
committerPaul Smith <psmith@gnu.org>2000-06-20 05:48:40 +0000
commit3e6f48b444d890fd9bde802e35387e27eba33b2d (patch)
tree2ed67a1f9b0885c19c5a2521183696f9d5fb7f64 /configure.in
parent0d70d054586cf2e718aacd5fccfc47e32975b092 (diff)
downloadgunmake-3e6f48b444d890fd9bde802e35387e27eba33b2d.tar.gz
* More updates and fixes.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2388328..2f61d24 100644
--- a/configure.in
+++ b/configure.in
@@ -102,7 +102,6 @@ AC_FUNC_VPRINTF
AC_FUNC_STRCOLL
AC_FUNC_CLOSEDIR_VOID
AC_FUNC_SETVBUF_REVERSED
-AC_FUNC_SELECT
AC_CHECK_LIB(kstat, kstat_open) dnl _Must_ come before AC_FUNC_GETLOADAVG.
AC_CHECK_FUNCS(pstat_getdynamic) dnl Supposedly in AC_FUNC_GETLOADAVG, but...?