]> granicus.if.org Git - php/commitdiff
Enable dtrace probes on linux as they are compatible with systemtap
authorDavid Soria Parra <dsp@php.net>
Mon, 3 Dec 2012 11:21:32 +0000 (12:21 +0100)
committerDavid Soria Parra <dsp@php.net>
Tue, 4 Dec 2012 18:36:06 +0000 (19:36 +0100)
You can build php with dtrace probes enabled on linux if you have
systemtap with uprobes.

acinclude.m4

index ad4f7474b385a89b222fe5ddc9481c91b7633e9d..2085f0bb5b88af0eb0c6c52faea8d3a018c1afc3 100644 (file)
@@ -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