We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060ccd7 commit 77f6d2eCopy full SHA for 77f6d2e
config
@@ -1,11 +1,11 @@
1
ngx_feature="ngx_http_upstream_check_module"
2
ngx_feature_name=
3
ngx_feature_run=no
4
-ngx_feature_incs=
+ngx_feature_incs="#include <stdio.h>"
5
ngx_feature_path="$ngx_addon_dir"
6
ngx_feature_deps="$ngx_addon_dir/ngx_http_upstream_check_module.h"
7
ngx_check_src="$ngx_addon_dir/ngx_http_upstream_check_module.c"
8
-ngx_feature_test="int a;"
+ngx_feature_test='int a=0; printf("%d", a);'
9
. auto/feature
10
11
if [ $ngx_found = yes ]; then
0 commit comments