From: Karel Zak Date: Wed, 18 Jul 2007 21:33:55 +0000 (+0200) Subject: build-sys: remove asm/page.h test X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22d36665c45dcaa18677fd8a8cfe6e44c21b79b5;p=util-linux build-sys: remove asm/page.h test Signed-off-by: Karel Zak --- 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