From: Piotr Sikora Date: Mon, 27 Jun 2016 22:00:04 +0000 (-0700) Subject: Configure: fix build with -Werror=nonnull. X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=b3d891a47e7ec0ed55c44ea9514af292fe3399b0;p=nginx.git Configure: fix build with -Werror=nonnull. Signed-off-by: Piotr Sikora --- 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 " 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