aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-03-01 21:28:22 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-03-01 21:28:22 +0000
commitf94daedd27deff2daf97480dde8b1b02af90a0b6 (patch)
tree213c11b456c7b436eee61b17bad027dd2d962a48 /configure
parent6df700c2069e85e5956228318a4e8a39a72763dd (diff)
more explicit message
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1311 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b2ba875a3..6b83e38fb 100755
--- a/configure
+++ b/configure
@@ -373,7 +373,7 @@ if test $kqemu = "yes" ; then
# test that the kernel config is present
if test '!' -f "$kernel_path/Makefile" ; then
- echo "No .config file present in $kernel_path - kqemu cannot be built"
+ echo "No Makefile file present in $kernel_path - kqemu cannot be built"
kqemu="no"
fi