aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/configure.ac b/kernel/configure.ac
index 41ebafc..40f0725 100644
--- a/kernel/configure.ac
+++ b/kernel/configure.ac
@@ -50,7 +50,7 @@ if test -z "$kernsrcver"; then
AC_MSG_RESULT([Not found])
AC_MSG_ERROR([
*** Cannot determine the version of the linux kernel source. Please
-*** configure the kernel before running this script])
+*** prepare the kernel before running this script])
fi
AC_MSG_RESULT([$kernsrcver])
majver=`echo "$kernsrcver" | cut -f-2 -d.`