b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/auto/options |
2 | +++ b/auto/options | ||||
3 | @@ -400,8 +400,7 @@ $0: warning: the \"--with-sha1-asm\" opt | ||||
4 | --test-build-solaris-sendfilev) NGX_TEST_BUILD_SOLARIS_SENDFILEV=YES ;; | ||||
5 | |||||
6 | *) | ||||
7 | - echo "$0: error: invalid option \"$option\"" | ||||
8 | - exit 1 | ||||
9 | + echo "$0: error: ignoring invalid option \"$option\"" | ||||
10 | ;; | ||||
11 | esac | ||||
12 | done |