summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Soria Parra <dsp@php.net>2012-12-03 12:21:32 +0100
committerChristopher Jones <sixd@php.net>2013-08-05 15:07:04 -0700
commita5c524f1bee382bb5792069c7a0afac9abdcd3ce (patch)
treeb04d848b1848daee073957fd1da5eda94b9f63b2
parent3c5e22921202bf5451774b23e2a25fb73029fc68 (diff)
downloadphp-git-a5c524f1bee382bb5792069c7a0afac9abdcd3ce.tar.gz
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.
-rw-r--r--acinclude.m43
1 files changed, 3 insertions, 0 deletions
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