From: foobar Date: Mon, 17 Apr 2006 22:13:39 +0000 (+0000) Subject: Fixed bug #37103 (libmbfl headers not installed) X-Git-Tag: RELEASE_1_3~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8bd77961847d605758a25b54026cf6b880e04d90;p=php Fixed bug #37103 (libmbfl headers not installed) --- diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4 index 992f0ae7df..d51748e209 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], [libmbfl/ libmbfl/mbfl]) fi # vim600: sts=2 sw=2 et