commit | a852d776b4462ea1969b87c41aa6bcbb304010fb | [log] [tgz] |
---|---|---|
author | Piotr Sikora <piotrsikora@google.com> | Mon Jun 27 15:00:03 2016 -0700 |
committer | Piotr Sikora <piotrsikora@google.com> | Mon Jun 27 15:00:03 2016 -0700 |
tree | 9a0e47aaa62235f5cba55370ac8d730adbd5b898 | |
parent | 31325cc198c86073fb473d7eb9f709cfa1231740 [diff] [blame] |
Configure: fix build with -Werror=unused-but-set-variable. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
diff --git a/auto/os/solaris b/auto/os/solaris index d39df0b..1dcfe84 100644 --- a/auto/os/solaris +++ b/auto/os/solaris
@@ -52,7 +52,7 @@ ngx_feature_incs="#include <port.h>" ngx_feature_path= ngx_feature_libs= -ngx_feature_test="int n = port_create()" +ngx_feature_test="(void) port_create()" . auto/feature if [ $ngx_found = yes ]; then