diff options
author | Antony Dovgal <tony2001@php.net> | 2007-07-31 12:23:50 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-07-31 12:23:50 +0000 |
commit | 095fdf88ce19b57efdf5fda32c4069204135f9af (patch) | |
tree | 287ab4cfa287e16d9b8f675e5aef2d71f32a561f | |
parent | d78c7c942145d438ea39e07f97fccf3d3fb7d23a (diff) | |
download | php-git-095fdf88ce19b57efdf5fda32c4069204135f9af.tar.gz |
fix typo
-rw-r--r-- | ext/mbstring/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4 index 121d1e3f70..3465021e17 100644 --- a/ext/mbstring/config.m4 +++ b/ext/mbstring/config.m4 @@ -270,7 +270,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 ]) |