From 8bd77961847d605758a25b54026cf6b880e04d90 Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 17 Apr 2006 22:13:39 +0000 Subject: [PATCH] Fixed bug #37103 (libmbfl headers not installed) --- ext/mbstring/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1