4 AC_ARG_ENABLE(kernelbuild,
5 AS_HELP_STRING(--enable-kernelbuild=x,Set the target kernel build path),
7 - if test -r $enableval/include/linux/autoconf.h; then
8 + if test -r $enableval/include/generated/autoconf.h; then
9 AC_SUBST([KERNEL_BUILD_PATH],[$enableval])
11 AC_MSG_ERROR([The kernel build directory is not valid or not configured!])