From: Frank Mori Hess Date: Fri, 14 May 2004 22:59:02 +0000 (+0000) Subject: be less picky about finding .hdepend X-Git-Tag: r0_7_69~53 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9d385a2c9c77fd29b8c888c80b5f43b355e0b5e2;p=comedi.git be less picky about finding .hdepend --- diff --git a/m4/as-linux.m4 b/m4/as-linux.m4 index 85426062..f1543bfb 100644 --- a/m4/as-linux.m4 +++ b/m4/as-linux.m4 @@ -355,7 +355,7 @@ AC_DEFUN([AS_LINUX_2_4], dnl we use the correct config file by substituting the MAKEFILES dnl Makefile variable, which originally points to .config - if [[ ! -f "${LINUX_DIR}/.hdepend" ]];then + if [[ ! -e "${LINUX_DIR}/.hdepend" ]];then AC_MSG_ERROR([ You need to run 'make dep' on the kernel source before continuing.]) fi