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:
Sebastian Herbszt 2009-09-13 21:32:54 +02:00 committed by Blue Swirl
parent 50108930b8
commit 9332f6a2e2
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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;
}