summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2007-02-06 11:35:15 +0100
committerKarel Zak2007-02-06 11:35:15 +0100
commit7ac3b5b8e3ec944e7cd3bcc6d992882c4d443414 (patch)
tree8670a08ffd55e656893f300ee0a8d75819ff5958 /configure.ac
parenttests: fix argv[] usage in mnt_test_sysinfo.c (diff)
downloadkernel-qcow2-util-linux-7ac3b5b8e3ec944e7cd3bcc6d992882c4d443414.tar.gz
kernel-qcow2-util-linux-7ac3b5b8e3ec944e7cd3bcc6d992882c4d443414.tar.xz
kernel-qcow2-util-linux-7ac3b5b8e3ec944e7cd3bcc6d992882c4d443414.zip
Clean up pagesize/PAGE_SIZE usage.
Now all code in util-linux uses sysconf(_SC_PAGESIZE) that is standardized and preferred way of querying page size. The asm/page.h file is not included to the code anymore. (This patch doesn't change mount's FS detection code which will be removed later). Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 20349cd2f..dd7da82cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,6 @@ AC_CHECK_HEADERS(linux/blkpg.h,,,[
])
AC_CHECK_HEADERS(langinfo.h)
AC_CHECK_HEADERS(sys/user.h)
-AC_CHECK_HEADERS(asm/page.h)
AC_CHECK_HEADERS(rpcsvc/nfs_prot.h)
AC_CHECK_HEADERS(sys/io.h)
AC_CHECK_HEADERS(pty.h)