summaryrefslogtreecommitdiffhomepage
path: root/auto/unix
diff options
context:
space:
mode:
authorPiotr Sikora <piotrsikora@google.com>2016-06-27 15:00:04 -0700
committerPiotr Sikora <piotrsikora@google.com>2016-06-27 15:00:04 -0700
commitb3d891a47e7ec0ed55c44ea9514af292fe3399b0 (patch)
tree64b5bf1b7d91883d4504f7234ca9bd5b93ce410a /auto/unix
parentf8c6a0800c310d880d2f2a5b23799fe9ac1abfc5 (diff)
downloadnginx-b3d891a47e7ec0ed55c44ea9514af292fe3399b0.tar.gz
nginx-b3d891a47e7ec0ed55c44ea9514af292fe3399b0.tar.bz2
Configure: fix build with -Werror=nonnull.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Diffstat (limited to 'auto/unix')
-rwxr-xr-xauto/unix2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/unix b/auto/unix
index e24099cc3..dbc0f0e42 100755
--- a/auto/unix
+++ b/auto/unix
@@ -261,7 +261,7 @@ ngx_feature_run=no
ngx_feature_incs="#include <dlfcn.h>"
ngx_feature_path=
ngx_feature_libs=
-ngx_feature_test="dlopen(NULL, RTLD_NOW | RTLD_GLOBAL); dlsym(NULL, NULL)"
+ngx_feature_test="dlopen(NULL, RTLD_NOW | RTLD_GLOBAL); dlsym(NULL, \"\")"
. auto/feature