sim-card
/
qemu
Archived
10
0
Fork 0

more explicit message

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1311 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2005-03-01 21:28:22 +00:00
parent 6df700c206
commit f94daedd27
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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