From: Rui Hirokawa Date: Mon, 2 Oct 2006 15:32:48 +0000 (+0000) Subject: fixed bug #37103: libmbfl headers was not installed correctly. X-Git-Tag: RELEASE_1_0_0RC1~1480 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=adbab589aab8b3e155ac7c5c61902b6611d4bf70;p=php fixed bug #37103: libmbfl headers was not installed correctly. --- diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4 index d51748e209..7b7a2a8d3c 100644 --- a/ext/mbstring/config.m4 +++ b/ext/mbstring/config.m4 @@ -283,7 +283,7 @@ if test "$PHP_MBSTRING" != "no"; then dnl libmbfl is required PHP_MBSTRING_SETUP_LIBMBFL PHP_MBSTRING_EXTENSION - PHP_INSTALL_HEADERS([ext/mbstring], [libmbfl/ libmbfl/mbfl]) + PHP_INSTALL_HEADERS([ext/mbstring], [mbstring.h php_mbregex.h libmbfl/ libmbfl/mbfl/ oniguruma/]) fi # vim600: sts=2 sw=2 et