summaryrefslogtreecommitdiff
path: root/ext/mbstring/config.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2006-04-17 22:13:39 +0000
committerfoobar <sniper@php.net>2006-04-17 22:13:39 +0000
commit8bd77961847d605758a25b54026cf6b880e04d90 (patch)
treea4447268b8a34bc4fc24cac8a4e01f1ec3aa6f5f /ext/mbstring/config.m4
parent04ecb8b1fd40177e0c1c8bbc1c271fe8ef26fefa (diff)
downloadphp-git-8bd77961847d605758a25b54026cf6b880e04d90.tar.gz
Fixed bug #37103 (libmbfl headers not installed)
Diffstat (limited to 'ext/mbstring/config.m4')
-rw-r--r--ext/mbstring/config.m42
1 files changed, 1 insertions, 1 deletions
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