Skip to content

Commit

Permalink
fix build with external libpcre2
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Feb 19, 2019
1 parent b537203 commit 24433e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/pcre/config0.m4
Expand Up @@ -13,7 +13,7 @@ if test "$PHP_EXTERNAL_PCRE" != "no"; then
PKG_CHECK_MODULES([PCRE2], [libpcre2-8 >= 10.30])

PHP_EVAL_INCLINE($PCRE2_CFLAGS)
PHP_EVAL_LIBLINE($PCRE2_LIB)
PHP_EVAL_LIBLINE($PCRE2_LIBS)
AC_DEFINE(PCRE2_CODE_UNIT_WIDTH, 8, [ ])
AC_DEFINE(HAVE_PCRE, 1, [ ])

Expand Down

0 comments on commit 24433e9

Please sign in to comment.