Skip to content

Commit a5c524f

Browse files
dspcjbj
authored andcommitted
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.
1 parent 3c5e229 commit a5c524f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

acinclude.m4

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2934,6 +2934,9 @@ dnl Add providerdesc.o into global objects when needed
29342934
*solaris*)
29352935
PHP_GLOBAL_OBJS="[$]PHP_GLOBAL_OBJS [$]ac_bdir[$]ac_provsrc.o"
29362936
;;
2937+
*linux*)
2938+
PHP_GLOBAL_OBJS="[$]PHP_GLOBAL_OBJS [$]ac_bdir[$]ac_provsrc.o"
2939+
;;
29372940
esac
29382941
29392942
dnl DTrace objects

0 commit comments

Comments
 (0)