From a5c524f1bee382bb5792069c7a0afac9abdcd3ce Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Mon, 3 Dec 2012 12:21:32 +0100 Subject: [PATCH] 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. --- acinclude.m4 | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.1