Skip to content

Commit 29f6d1e

Browse files
committed
autoconf: fix modsecurity's lib detection
1 parent 7a62e4e commit 29f6d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config

Lines changed: 1 addition & 1 deletion
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)