Browse Source

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.
PHP-5.4.22
David Soria Parra 14 years ago
committed by Christopher Jones
parent
commit
a5c524f1be
  1. 3
      acinclude.m4

3
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

Loading…
Cancel
Save