Fix typo in pcre.m4: corrected PCRE_CFLAGS assignment

This commit is contained in:
Gabor Berkes 2024-12-10 10:58:20 +00:00
parent c6433df7b2
commit 106ed22b6d

View File

@ -106,7 +106,7 @@ else
LIBS=$save_LIBS LIBS=$save_LIBS
fi fi
PCRE_CFLAGS="-DWITH_PCRE$ {PCRE_CFLAGS}" PCRE_CFLAGS="-DWITH_PCRE ${PCRE_CFLAGS}"
AC_SUBST(PCRE_CONFIG) AC_SUBST(PCRE_CONFIG)
AC_SUBST(PCRE_VERSION) AC_SUBST(PCRE_VERSION)
AC_SUBST(PCRE_CPPFLAGS) AC_SUBST(PCRE_CPPFLAGS)