From: David Soria Parra Date: Mon, 3 Dec 2012 11:21:32 +0000 (+0100) Subject: Enable dtrace probes on linux as they are compatible with systemtap X-Git-Tag: php-5.5.2~34^2~1^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5c524f1bee382bb5792069c7a0afac9abdcd3ce;p=php 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. --- diff --git a/acinclude.m4 b/acinclude.m4 index 1abdeed77d..ae5509d554 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