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}"],
2525 [ yes] , [ test_paths="/usr/local/libpcre2 /usr/local/pcre2 /usr/local /opt/libpcre2 /opt/pcre2 /opt /usr"] ,
2626 [ test_paths="${with_pcre2}"] )
2727
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
2929 AC_MSG_NOTICE ( [ pcre2 not specified; omitting check] )
3030else
3131
Original file line number Diff line number Diff line change @@ -696,7 +696,7 @@ AC_ARG_ENABLE(large-stream-input,
696696 AS_HELP_STRING ( [ --enable-large-stream-input] ,
697697 [ Enable optimization for large stream input] ) ,
698698[
699- if test "$enableval" == "yes"; then
699+ if test "$enableval" = "yes"; then
700700 large_stream_input="-DMSC_LARGE_STREAM_INPUT"
701701 MODSEC_EXTRA_CFLAGS="$MODSEC_EXTRA_CFLAGS $large_stream_input"
702702 else
You can’t perform that action at this time.
0 commit comments