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
2
configure
vendored
2
configure
vendored
@ -807,7 +807,7 @@ feature_not_found() {
|
|||||||
|
|
||||||
echo "ERROR"
|
echo "ERROR"
|
||||||
echo "ERROR: User requested feature $feature"
|
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"
|
echo "ERROR"
|
||||||
exit 1;
|
exit 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user