Commit:    a5c524f1bee382bb5792069c7a0afac9abdcd3ce
Author:    David Soria Parra <d...@php.net>         Mon, 3 Dec 2012 12:21:32 
+0100
Committer: Christopher Jones <s...@php.net>      Mon, 5 Aug 2013 15:07:04 -0700
Parents:   3c5e22921202bf5451774b23e2a25fb73029fc68
Branches:  PHP-5.4

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=a5c524f1bee382bb5792069c7a0afac9abdcd3ce

Log:
Enable dtrace probes on linux as they are compatible with systemtap

You can build php with dtrace probes enabled on linux if you have
systemtap with uprobes.

Changed paths:
  M  acinclude.m4


Diff:
diff --git a/acinclude.m4 b/acinclude.m4
index 1abdeed..ae5509d 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -2934,6 +2934,9 @@ dnl Add providerdesc.o into global objects when needed
   *solaris*)
     PHP_GLOBAL_OBJS="[$]PHP_GLOBAL_OBJS [$]ac_bdir[$]ac_provsrc.o"
     ;;
+  *linux*)
+    PHP_GLOBAL_OBJS="[$]PHP_GLOBAL_OBJS [$]ac_bdir[$]ac_provsrc.o"
+    ;;
   esac
 
 dnl DTrace objects


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

Reply via email to