# HG changeset patch # User Florian Pose # Date 1159200307 0 # Node ID c9cb34469c74218fa5f26c53def138350ef19cc6 # Parent 702f7c8fe1fdb320eeb066714ea84c14bb2aed7c Minor changes. diff -r 702f7c8fe1fd -r c9cb34469c74 configure.ac --- a/configure.ac Mon Sep 25 16:04:19 2006 +0000 +++ b/configure.ac Mon Sep 25 16:05:07 2006 +0000 @@ -32,7 +32,7 @@ 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])