bump PCRE library to pcre2-10.43
authorLee <ler762@users.sourceforge.net>
Fri, 12 Apr 2024 08:46:22 +0000 (04:46 -0400)
committerLee <ler762@users.sourceforge.net>
Fri, 12 Apr 2024 08:46:22 +0000 (04:46 -0400)
windows/MYconfigure

index fa063ff..204091a 100755 (executable)
@@ -146,9 +146,9 @@ usepcre2=yes
 #
 if [ "$usepcre2" = "yes" ]; then
     PCREOPT=""
-    inc="/source/pcre2-10.42/src/"
+    inc="/source/pcre2-10.43/src/"
       # need pcre2.h
-    lib="/source/pcre2-10.42/.libs"
+    lib="/source/pcre2-10.43/.libs"
       # need libpcre2-8.a & libpcre2-posix.a
 else
     PCREOPT="--disable-pcre2"