Skip to content

Commit 02061d7

Browse files
committed
chore: fix build error with newer GCC's
1 parent 7d516d1 commit 02061d7

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
@@ -13,7 +13,7 @@ ngx_feature_run=no
1313
ngx_feature_incs="#include <modsecurity/modsecurity.h>
1414
#include <stdio.h>"
1515
ngx_feature_libs="-lmodsecurity"
16-
ngx_feature_test='printf("hello");'
16+
ngx_feature_test='msc_init();'
1717
ngx_modsecurity_opt_I=
1818
ngx_modsecurity_opt_L=
1919

0 commit comments

Comments
 (0)