summaryrefslogtreecommitdiff
path: root/m4/prereq.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-27 21:05:55 +0000
committerJim Meyering <jim@meyering.net>2003-02-27 21:05:55 +0000
commit901f7f391022791e76f33d6a18d635fae2ae5680 (patch)
treea3748730118424a6fc8f848330522e9e84449e65 /m4/prereq.m4
parenteb339c43037b181491c7e76f6712c875a7895d6a (diff)
downloadcoreutils-901f7f391022791e76f33d6a18d635fae2ae5680.tar.xz
(jm_PREREQ_PHYSMEM): Also check for `table' function.
Diffstat (limited to 'm4/prereq.m4')
-rw-r--r--m4/prereq.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/prereq.m4 b/m4/prereq.m4
index 2fd64b2d8..7af31cb45 100644
--- a/m4/prereq.m4
+++ b/m4/prereq.m4
@@ -126,7 +126,7 @@ AC_DEFUN([jm_PREREQ_PHYSMEM],
AC_CHECK_HEADERS([unistd.h sys/pstat.h sys/sysmp.h sys/sysinfo.h \
machine/hal_sysinfo.h sys/table.h sys/param.h sys/sysctl.h \
sys/systemcfg.h])
- AC_CHECK_FUNCS(pstat_getstatic pstat_getdynamic sysmp getsysinfo sysctl)
+ AC_CHECK_FUNCS(pstat_getstatic pstat_getdynamic sysmp getsysinfo sysctl table)
AC_REQUIRE([gl_SYS__SYSTEM_CONFIGURATION])
])