From 22d36665c45dcaa18677fd8a8cfe6e44c21b79b5 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 18 Jul 2007 23:33:55 +0200 Subject: [PATCH] build-sys: remove asm/page.h test Signed-off-by: Karel Zak --- configure.ac | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index 27058732..1e433302 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 -#endif -]) +AC_CHECK_HEADERS([sys/swap.h]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM( [[ -#ifdef HAVE_ASM_PAGE_H -# include -#endif #ifdef HAVE_SYS_SWAP_H # include #endif -- 2.39.5