aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-10-28 13:09:50 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-10-28 13:09:50 +0000
commitf7eec0361d3b2465c8cf3449082ee396b016e29b (patch)
tree3e2477ce5a721c613a6a3474cadda7d407dc3fb4 /kernel
parent11509ce3fc6a36b6e3c094bf8aa11820f17d0ede (diff)
downloadlibfuse-f7eec0361d3b2465c8cf3449082ee396b016e29b.tar.gz
fix
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.`