Skip to content

Commit be784e3

Browse files
committed
autoconf: fix modsecurity's lib detection
1 parent 401a8a9 commit be784e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ngx_feature_name=NGX_MODSECURITY_MODULE
1212
ngx_feature_run=no
1313
ngx_feature_incs="#include <modsecurity/modsecurity.h>"
1414
ngx_feature_libs="-lmodsecurity"
15-
ngx_feature_test='printf("hello");'
15+
ngx_feature_test="msc_init();"
1616
ngx_modsecurity_opt_I=
1717
ngx_modsecurity_opt_L=
1818

0 commit comments

Comments
 (0)