diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-03-01 21:28:22 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-03-01 21:28:22 +0000 |
commit | f94daedd27deff2daf97480dde8b1b02af90a0b6 (patch) | |
tree | 213c11b456c7b436eee61b17bad027dd2d962a48 /configure | |
parent | 6df700c2069e85e5956228318a4e8a39a72763dd (diff) | |
download | qemu-f94daedd27deff2daf97480dde8b1b02af90a0b6.zip |
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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |