]> granicus.if.org Git - php/commitdiff
Fixed bug #37103 (libmbfl headers not installed)
authorfoobar <sniper@php.net>
Mon, 17 Apr 2006 22:13:39 +0000 (22:13 +0000)
committerfoobar <sniper@php.net>
Mon, 17 Apr 2006 22:13:39 +0000 (22:13 +0000)
ext/mbstring/config.m4

index 992f0ae7dfa9be95651b580a8c46f2e5ee65ee1f..d51748e20988044d01e4f5306a18fd76b27b9af8 100644 (file)
@@ -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