qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] configure: change "found" to "find"


From: Sebastian Herbszt
Subject: [Qemu-devel] configure: change "found" to "find"
Date: Sun, 13 Sep 2009 21:32:54 +0200

Change "ERROR: configure was not able to found it" to
"ERROR: configure was not able to find it".

Signed-off-by: Sebastian Herbszt <address@hidden>

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]