diff options
author | Sebastian Herbszt <herbszt@gmx.de> | 2009-09-13 21:32:54 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-09-13 19:42:03 +0000 |
commit | 9332f6a2e25cbd9c93b0ab8e46d9f5774d620478 (patch) | |
tree | e13164ff7ec9b66b0da0c374f730ea8a2b3aa964 /configure | |
parent | 50108930b81ceeac9dd1c4061f0c9e401e1351a2 (diff) |
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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |