summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2007-07-18 23:33:55 +0200
committerKarel Zak2007-07-18 23:33:55 +0200
commit22d36665c45dcaa18677fd8a8cfe6e44c21b79b5 (patch)
treea8b6639664621dd5336575ba5d321cd46ef8bbd5 /configure.ac
parentbuild-sys: add warning when libuuid is not found (diff)
downloadkernel-qcow2-util-linux-22d36665c45dcaa18677fd8a8cfe6e44c21b79b5.tar.gz
kernel-qcow2-util-linux-22d36665c45dcaa18677fd8a8cfe6e44c21b79b5.tar.xz
kernel-qcow2-util-linux-22d36665c45dcaa18677fd8a8cfe6e44c21b79b5.zip
build-sys: remove asm/page.h test
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 1 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 270587322..1e4333023 100644
--- a/configure.ac
+++ b/configure.ac
@@ -209,17 +209,10 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
])
-AC_CHECK_HEADERS([asm/page.h sys/swap.h], [], [], [
-#ifdef HAVE_ASM_PAGE_H
-# include <asm/page.h>
-#endif
-])
+AC_CHECK_HEADERS([sys/swap.h])
AC_COMPILE_IFELSE([AC_LANG_PROGRAM(
[[
-#ifdef HAVE_ASM_PAGE_H
-# include <asm/page.h>
-#endif
#ifdef HAVE_SYS_SWAP_H
# include <sys/swap.h>
#endif