Browse Source

Fixed bug #37103 (libmbfl headers not installed)

migration/RELEASE_1_0_0
foobar 21 years ago
parent
commit
8bd7796184
  1. 2
      ext/mbstring/config.m4

2
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
Loading…
Cancel
Save