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 committed Dec 4, 2012
1 parent 9e39a63 commit 3de00bc
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 @@ -2932,6 +2932,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 3de00bc

Please sign in to comment.