configure: change "found" to "find"
authorSebastian Herbszt <herbszt@gmx.de>
Sun, 13 Sep 2009 19:32:54 +0000 (21:32 +0200)
committerBlue 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

index 494e9ce..e0a2874 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 found it"
+  echo "ERROR: configure was not able to find it"
   echo "ERROR"
   exit 1;
 }