| Submitter | Sebastian Herbszt |
|---|---|
| Date | Sept. 13, 2009, 7:32 p.m. |
| Message ID | <3A048FB8B42C480391AE5F7DE4AAAE73@FSCPC> |
| Download | mbox | patch |
| Permalink | /patch/33556/ |
| State | Superseded |
| Headers | show |
Comments
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; }
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>