projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6df700c
)
more explicit message
author
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 1 Mar 2005 21:28:22 +0000
(21:28 +0000)
committer
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 1 Mar 2005 21:28:22 +0000
(21:28 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1311
c046a42c
-6fe2-441c-8c8c-
71466251a162
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index b2ba875a3fd1a23155e7d0fac806d325bc1f3e6b..6b83e38fbde49b7aaf5359627149c51f68661b42 100755
(executable)
--- 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