projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5010893
)
configure: change "found" to "find"
author
Sebastian Herbszt
<herbszt@gmx.de>
Sun, 13 Sep 2009 19:32:54 +0000
(21:32 +0200)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sun, 13 Sep 2009 19:42:03 +0000
(19:42 +0000)
Change "ERROR: configure was not able to found it" to
"ERROR: configure was not able to find it".
Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 494e9ced7b79fd2f26a682ac5919dd6b61be0d95..e0a2874a49ad038e32d792b1dcc0e024faa4bb53 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-807,7
+807,7
@@
feature_not_found() {
echo "ERROR"
echo "ERROR: User requested feature $feature"
- echo "ERROR: configure was not able to f
ou
nd it"
+ echo "ERROR: configure was not able to f
i
nd it"
echo "ERROR"
exit 1;
}