mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
configure: change "found" to "find"
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>
This commit is contained in:
parent
50108930b8
commit
9332f6a2e2
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -807,7 +807,7 @@ feature_not_found() {
|
|||
|
||||
echo "ERROR"
|
||||
echo "ERROR: User requested feature $feature"
|
||||
echo "ERROR: configure was not able to found it"
|
||||
echo "ERROR: configure was not able to find it"
|
||||
echo "ERROR"
|
||||
exit 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue