Commit f94daedd27deff2daf97480dde8b1b02af90a0b6

Authored by bellard
1 parent 6df700c2

more explicit message


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1311 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
configure
... ... @@ -373,7 +373,7 @@ if test $kqemu = "yes" ; then
373 373  
374 374 # test that the kernel config is present
375 375 if test '!' -f "$kernel_path/Makefile" ; then
376   - echo "No .config file present in $kernel_path - kqemu cannot be built"
  376 + echo "No Makefile file present in $kernel_path - kqemu cannot be built"
377 377 kqemu="no"
378 378 fi
379 379  
... ...