From 2999ba35ada61008d62ab35048f020fc74b9f4c0 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Mon, 25 Sep 2006 16:05:07 +0000 Subject: [PATCH] Minor changes. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 551814bc..05400904 100644 --- a/configure.ac +++ b/configure.ac @@ -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])