diff mbox

configure: change "found" to "find"

Message ID 3A048FB8B42C480391AE5F7DE4AAAE73@FSCPC
State Superseded
Headers show

Commit Message

Sebastian Herbszt Sept. 13, 2009, 7:32 p.m. UTC
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>
diff mbox

Patch

diff --git a/configure b/configure
index 494e9ce..e0a2874 100755
--- 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;
 }