summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-11 10:55:41 +0000
committerJim Meyering <jim@meyering.net>2001-11-11 10:55:41 +0000
commit70246cdb71a5d77101a5c98afc2a001760cdc52e (patch)
treef00848a559f08086ac2c14211e6428763d661230 /m4
parentceae44d8120c3637ec050686d28ac94ebee06052 (diff)
downloadcoreutils-70246cdb71a5d77101a5c98afc2a001760cdc52e.tar.xz
(jm_PREREQ_PHYSMEM): don't check for bp-sym.h
Diffstat (limited to '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 25770837d..23ac83a32 100644
--- a/m4/prereq.m4
+++ b/m4/prereq.m4
@@ -87,7 +87,7 @@ AC_DEFUN([jm_PREREQ_MEMCHR],
AC_DEFUN([jm_PREREQ_PHYSMEM],
[
- AC_CHECK_HEADERS(sys/pstat.h unistd.h bp-sym.h)
+ AC_CHECK_HEADERS(sys/pstat.h unistd.h)
AC_CHECK_FUNCS(pstat_getstatic pstat_getdynamic)
])