[Oisf-devel] 'pcre' misspelled as 'prce' in configure.ac

Luis Recuerda lrecuerda at gmail.com
Mon Apr 8 06:26:55 UTC 2019


---
 configure.ac | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 41e1b13..ed5cc6d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -670,7 +670,7 @@
     # libpcre 8.35 (especially on debian) has a known issue that
results in segfaults
     # see https://redmine.openinfosecfoundation.org/issues/1693
     if test "$with_libpcre_libraries" = "no"; then
-        PKG_CHECK_MODULES(LIBPCREVERSION, [libpcre =
8.35],[libpcre_buggy_found="yes"],[libprce_buggy_found="no"])
+        PKG_CHECK_MODULES(LIBPCREVERSION, [libpcre =
8.35],[libpcre_buggy_found="yes"],[libpcre_buggy_found="no"])
         if test "$libpcre_buggy_found" = "yes"; then
             echo
             echo "   Warning! vulnerable libpcre version 8.35 found"
@@ -732,10 +732,10 @@

     case $host in
         *powerpc64*)
-            PKG_CHECK_MODULES(LIBPCREVERSION, [libpcre =
8.39],[libpcre_ppc64_buggy_found1="yes"],[libprce_ppc64_buggy_found1="no"])
-            PKG_CHECK_MODULES(LIBPCREVERSION, [libpcre =
8.40],[libpcre_ppc64_buggy_found2="yes"],[libprce_ppc64_buggy_found2="no"])
+            PKG_CHECK_MODULES(LIBPCREVERSION, [libpcre =
8.39],[libpcre_ppc64_buggy_found1="yes"],[libpcre_ppc64_buggy_found1="no"])
+            PKG_CHECK_MODULES(LIBPCREVERSION, [libpcre =
8.40],[libpcre_ppc64_buggy_found2="yes"],[libpcre_ppc64_buggy_found2="no"])

-            if test "$libprce_ppc64_buggy_found1" = "yes" || test
"$libprce_ppc64_buggy_found2"; then
+            if test "$libpcre_ppc64_buggy_found1" = "yes" || test
"$libpcre_ppc64_buggy_found2"; then
                 # on powerpc64, both gcc and clang lead to SIGILL in
                 # unittests when jit is enabled.
                 pcre_jit_available="no, pcre 8.39/8.40 jit disabled
for powerpc64"
-- 
2.5.5


-- 
Luis Recuerda Santiago

lrec at titan.homeip.net
lrecuerda at gmail.com


More information about the Oisf-devel mailing list