We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b38f0 commit 2ed32f2Copy full SHA for 2ed32f2
build/find_pcre2.m4
@@ -26,7 +26,7 @@ AS_CASE(["${with_pcre2}"],
26
[yes], [test_paths="/usr/local/libpcre2 /usr/local/pcre2 /usr/local /opt/libpcre2 /opt/pcre2 /opt /usr"],
27
[test_paths="${with_pcre2}"])
28
29
-if test "x${with_pcre}" != "x" || test "x${with_pcre}" != "xno"; then
+if test "x${with_pcre}" != "x" && test "x${with_pcre}" != "xno"; then
30
AC_MSG_NOTICE([pcre specified; omitting check for pcre2])
31
else
32
AC_MSG_CHECKING([for libpcre2 config script])
0 commit comments