File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ AS_CASE(["${with_pcre2}"],
25
25
[ yes] , [ test_paths="/usr/local/libpcre2 /usr/local/pcre2 /usr/local /opt/libpcre2 /opt/pcre2 /opt /usr"] ,
26
26
[ test_paths="${with_pcre2}"] )
27
27
28
- if test "x${with_pcre2}" == "x" || test "x${with_pcre2}" = = "xno"; then
28
+ if test "x${with_pcre2}" = "x" || test "x${with_pcre2}" = "xno"; then
29
29
AC_MSG_NOTICE ( [ pcre2 not specified; omitting check] )
30
30
else
31
31
Original file line number Diff line number Diff line change @@ -696,7 +696,7 @@ AC_ARG_ENABLE(large-stream-input,
696
696
AS_HELP_STRING ( [ --enable-large-stream-input] ,
697
697
[ Enable optimization for large stream input] ) ,
698
698
[
699
- if test "$enableval" == "yes"; then
699
+ if test "$enableval" = "yes"; then
700
700
large_stream_input="-DMSC_LARGE_STREAM_INPUT"
701
701
MODSEC_EXTRA_CFLAGS="$MODSEC_EXTRA_CFLAGS $large_stream_input"
702
702
else
You can’t perform that action at this time.
0 commit comments