aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Herbszt <herbszt@gmx.de>2009-09-13 21:32:54 +0200
committerBlue Swirl <blauwirbel@gmail.com>2009-09-13 19:42:03 +0000
commit9332f6a2e25cbd9c93b0ab8e46d9f5774d620478 (patch)
treee13164ff7ec9b66b0da0c374f730ea8a2b3aa964 /configure
parentRevert "Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce1... (diff)
downloadqemu-kvm-9332f6a2e25cbd9c93b0ab8e46d9f5774d620478.tar.gz
qemu-kvm-9332f6a2e25cbd9c93b0ab8e46d9f5774d620478.tar.bz2
qemu-kvm-9332f6a2e25cbd9c93b0ab8e46d9f5774d620478.zip
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 494e9ced7..e0a2874a4 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;
}