From 24c766b9021ed56f844eedfa25f9d0a088eba560 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 31 Jul 2007 12:23:42 +0000 Subject: [PATCH] fix typo it would be much better if Gentoo people send us this patch long ago instead of using their private patches. --- 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 e0698a2d628..689e52726c6 100644 --- a/ext/mbstring/config.m4 +++ b/ext/mbstring/config.m4 @@ -251,7 +251,7 @@ AC_DEFUN([PHP_MBSTRING_SETUP_LIBMBFL], [ ],[ AC_MSG_ERROR([Problem with libmbfl. Please check config.log for more information.]) ], [ - -LPHP_LIBMBFL/$PHP_LIBDIR + -L$PHP_LIBMBFL/$PHP_LIBDIR ]) fi ])