From: foobar Date: Mon, 17 Apr 2006 22:13:56 +0000 (+0000) Subject: MFH: Fixed bug #37103 (libmbfl headers not installed) X-Git-Tag: php-5.1.3RC3~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92da3229d493f02f3f629c26c389bd2257f3cd9a;p=php MFH: Fixed bug #37103 (libmbfl headers not installed) --- diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4 index 1904ce06a5..0d3b0c3fe0 100644 --- a/ext/mbstring/config.m4 +++ b/ext/mbstring/config.m4 @@ -293,7 +293,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], [libmbfl/ libmbfl/mbfl]) fi # vim600: sts=2 sw=2 et