From: Karel Zak Date: Wed, 18 Jul 2007 21:33:55 +0000 (+0200) Subject: build-sys: remove asm/page.h test X-Git-Tag: v2.13-rc3~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=22d36665c45dcaa18677fd8a8cfe6e44c21b79b5;p=thirdparty%2Futil-linux.git build-sys: remove asm/page.h test Signed-off-by: Karel Zak --- diff --git a/configure.ac b/configure.ac index 2705873227..1e43330233 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