From: Derrick Brashear Date: Tue, 9 Nov 2004 17:05:33 +0000 (+0000) Subject: STABLE14-configure-linux-header-path-help-20041018 X-Git-Tag: openafs-devel-1_3_74~19 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f0c71820ba41eeca0adc59620d602516c37e85fd;p=packages%2Fo%2Fopenafs.git STABLE14-configure-linux-header-path-help-20041018 thanks to Kris Van Hees for pointing this out (cherry picked from commit efee9917cbb3130dfd73b5f064c4ff266c284333) --- diff --git a/acinclude.m4 b/acinclude.m4 index 7876de6ff..26a52ed55 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -41,7 +41,7 @@ AC_ARG_WITH(dux-kernel-headers, [ --with-dux-kernel-headers=path use the kernel headers found at path(optional, defaults to first match in /usr/sys)] ) AC_ARG_WITH(linux-kernel-headers, -[ --with-linux-kernel-headers=path use the kernel headers found at path(optional, defaults to /usr/src/linux)] +[ --with-linux-kernel-headers=path use the kernel headers found at path(optional, defaults to /usr/src/linux-2.4, then /usr/src/linux)] ) AC_ARG_WITH(bsd-kernel-headers, [ --with-bsd-kernel-headers=path use the kernel headers found at path(optional, defaults to /usr/src/sys)]