diff options
Diffstat (limited to '')
| -rw-r--r-- | auto/os/solaris | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/os/solaris b/auto/os/solaris index d39df0bf7..1dcfe8462 100644 --- a/auto/os/solaris +++ b/auto/os/solaris @@ -52,7 +52,7 @@ ngx_feature_run=no 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 |
