Skip to content

Commit

Permalink
Enable dtrace probes on linux as they are compatible with systemtap
Browse files Browse the repository at this point in the history
You can build php with dtrace probes enabled on linux if you have
systemtap with uprobes.
  • Loading branch information
dsp authored and cjbj committed Aug 5, 2013
1 parent 3c5e229 commit a5c524f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5c524f

Please sign in to comment.