From ffe21da67a29047696de68fb80be349b6564d80c Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Wed, 29 Dec 2004 02:43:28 +0000 Subject: [PATCH] make lack of .hdepend in kernel dir a warning instead of an error --- m4/as-linux.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/as-linux.m4 b/m4/as-linux.m4 index e694421f..31bf5db4 100644 --- a/m4/as-linux.m4 +++ b/m4/as-linux.m4 @@ -524,8 +524,8 @@ AC_DEFUN([AS_LINUX_2_4], dnl Makefile variable, which originally points to .config if [[ ! -e "${LINUX_DIR}/.hdepend" ]];then - AC_MSG_ERROR([ -You need to run 'make dep' on the kernel source before continuing.]) + AC_MSG_WARN([ +No .hdepend file found, you may need to run 'make dep' on the kernel source before continuing.]) fi { -- 2.26.2