]> granicus.if.org Git - php/commitdiff
fix typo
authorAntony Dovgal <tony2001@php.net>
Tue, 31 Jul 2007 12:23:50 +0000 (12:23 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 31 Jul 2007 12:23:50 +0000 (12:23 +0000)
ext/mbstring/config.m4

index 121d1e3f70b87675f5fad57955dfa7a1b12d24f2..3465021e17fa6582ce040bd2c5d2d6b84e2dfeff 100644 (file)
@@ -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
 ])