jani                                     Thu, 18 Nov 2010 16:02:37 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=305508

Log:
- One more fix for bug #53338 (when copying stuff from other macros, do it all 
the way.. :)

Bug: http://bugs.php.net/53338 (Assigned) DTrace build config broken by Rev 
305329
      
Changed paths:
    U   php/php-src/trunk/acinclude.m4

Modified: php/php-src/trunk/acinclude.m4
===================================================================
--- php/php-src/trunk/acinclude.m4      2010-11-18 15:22:22 UTC (rev 305507)
+++ php/php-src/trunk/acinclude.m4      2010-11-18 16:02:37 UTC (rev 305508)
@@ -2903,9 +2903,9 @@
 AC_DEFUN([PHP_INIT_DTRACE],[
 dnl Set paths properly when called from extension
   case "$4" in
-    ""[)] unset ac_bdir;;
-    /*[)] ac_bdir=$ac_srcdir;;
-    *[)] extdir=PHP_EXT_DIR($3); ac_bdir="$extdir/";;
+    ""[)] ac_srcdir="$abs_srcdir/"; unset ac_bdir;;
+    /*[)] ac_srcdir=`echo "$4"|cut -c 2-`"/"; ac_bdir=$ac_srcdir;;
+    *[)] ac_srcdir="$abs_srcdir/$1/"; ac_bdir="$4/";;
   esac

 dnl providerdesc

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

Reply via email to