Minor changes.

This commit is contained in:
Florian Pose 2006-09-25 16:05:07 +00:00
parent d6ea7de144
commit 2999ba35ad
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ fi
sourcedir=`cd ${modulesdir}/build && pwd -P`
if test \! -r ${sourcedir}/Makefile; then
echo
AC_MSG_ERROR([No Linux kernel tree in $sourcedir])
AC_MSG_ERROR([No Linux kernel sources in $sourcedir])
fi
AC_SUBST(LINUX_KERNEL_VERSION,[$version])