changeset 31933:c250c30c86a2 stable

acinclude.m4: Correct typo in #define PCRE2_CODE_UNIT_WIDTH. * acinclude.m4 (OCTAVE_CHECK_LIB_PCRE2_OK)): Correct obvious typo "PCRE2_CODE-uNIT_WIDTH" with "PCRE2_CODE_UNIT_WIDTH".
author Rik <rik@octave.org>
date Sat, 25 Mar 2023 14:21:30 -0700
parents 2e135e3cb1aa
children c56866c949f0 29e0d557a3be
files m4/acinclude.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/acinclude.m4	Sat Mar 25 14:06:56 2023 -0700
+++ b/m4/acinclude.m4	Sat Mar 25 14:21:30 2023 -0700
@@ -1539,7 +1539,7 @@
     [AC_LANG_PUSH(C++)
     AC_RUN_IFELSE([AC_LANG_PROGRAM([[
         #include <stdio.h>
-        #define PCRE2_CODE-uNIT_WIDTH 8
+        #define PCRE2_CODE_UNIT_WIDTH 8
         #if defined (HAVE_PCRE2_H)
         #  include <pcre2.h>
         #elif defined (HAVE_PCRE2_PCRE2_H)