tony2001 Tue Jul 31 12:23:42 2007 UTC
Modified files:
/php-src/ext/mbstring config.m4
Log:
fix typo
it would be much better if Gentoo people send us this patch long ago instead
of using their private patches.
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/config.m4?r1=1.65&r2=1.66&diff_format=u
Index: php-src/ext/mbstring/config.m4
diff -u php-src/ext/mbstring/config.m4:1.65 php-src/ext/mbstring/config.m4:1.66
--- php-src/ext/mbstring/config.m4:1.65 Thu Dec 21 17:37:52 2006
+++ php-src/ext/mbstring/config.m4 Tue Jul 31 12:23:42 2007
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.65 2006/12/21 17:37:52 masugata Exp $
+dnl $Id: config.m4,v 1.66 2007/07/31 12:23:42 tony2001 Exp $
dnl
AC_DEFUN([PHP_MBSTRING_ADD_SOURCES], [
@@ -251,7 +251,7 @@
],[
AC_MSG_ERROR([Problem with libmbfl. Please check config.log for more
information.])
], [
- -LPHP_LIBMBFL/$PHP_LIBDIR
+ -L$PHP_LIBMBFL/$PHP_LIBDIR
])
fi
])
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php