comparison auto/unix @ 6623:0bf08d9c82c1

Configure: fix build with -Werror=nonnull. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
author Piotr Sikora <piotrsikora@google.com>
date Mon, 27 Jun 2016 15:00:04 -0700
parents e393c0bf53d3
children a6d116645c51
comparison
equal deleted inserted replaced
6622:e393c0bf53d3 6623:0bf08d9c82c1
259 ngx_feature_name="NGX_HAVE_DLOPEN" 259 ngx_feature_name="NGX_HAVE_DLOPEN"
260 ngx_feature_run=no 260 ngx_feature_run=no
261 ngx_feature_incs="#include <dlfcn.h>" 261 ngx_feature_incs="#include <dlfcn.h>"
262 ngx_feature_path= 262 ngx_feature_path=
263 ngx_feature_libs= 263 ngx_feature_libs=
264 ngx_feature_test="dlopen(NULL, RTLD_NOW | RTLD_GLOBAL); dlsym(NULL, NULL)" 264 ngx_feature_test="dlopen(NULL, RTLD_NOW | RTLD_GLOBAL); dlsym(NULL, \"\")"
265 . auto/feature 265 . auto/feature
266 266
267 267
268 if [ $ngx_found = no ]; then 268 if [ $ngx_found = no ]; then
269 269