moriyoshi               Mon Oct 27 12:50:09 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/ext/mbstring       config.m4 
  Log:
  Fix VPATH build (patch by Joe Orton <jorton at redhat dot com>)
  
  
Index: php-src/ext/mbstring/config.m4
diff -u php-src/ext/mbstring/config.m4:1.28.2.4 php-src/ext/mbstring/config.m4:1.28.2.5
--- php-src/ext/mbstring/config.m4:1.28.2.4     Sat Oct 25 23:42:27 2003
+++ php-src/ext/mbstring/config.m4      Mon Oct 27 12:50:07 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.28.2.4 2003/10/26 03:42:27 moriyoshi Exp $
+dnl $Id: config.m4,v 1.28.2.5 2003/10/27 17:50:07 moriyoshi Exp $
 dnl
 
 AC_DEFUN([PHP_MBSTRING_ADD_SOURCES], [
@@ -53,6 +53,7 @@
     AC_DEFINE([HAVE_MBREGEX], 1, [whether to have multibyte regex support])
 
     PHP_MBSTRING_ADD_INCLUDE([mbregex])
+    PHP_MBSTRING_ADD_BUILD_DIR([mbregex])
 
     PHP_MBSTRING_ADD_SOURCES([
       php_mbregex.c

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to