aboutsummaryrefslogtreecommitdiffstats
path: root/erts/configure.in
diff options
context:
space:
mode:
authorPatrik Nyblom <[email protected]>2012-03-09 17:20:49 +0100
committerPatrik Nyblom <[email protected]>2012-03-22 18:16:14 +0100
commit326e098659de187099451bf20a33c3e6181b4141 (patch)
tree7cad8f20c6e3e734c2221c56c77744cae057c7a9 /erts/configure.in
parent0889c9860f5d07fc87db6bfc287b9a3ddc764aa1 (diff)
downloadotp-326e098659de187099451bf20a33c3e6181b4141.tar.gz
otp-326e098659de187099451bf20a33c3e6181b4141.tar.bz2
otp-326e098659de187099451bf20a33c3e6181b4141.zip
Ifdef all dynamic trace code
Diffstat (limited to 'erts/configure.in')
-rw-r--r--erts/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/erts/configure.in b/erts/configure.in
index b94fe86dc7..cb1b00b8b1 100644
--- a/erts/configure.in
+++ b/erts/configure.in
@@ -323,7 +323,9 @@ AS_HELP_STRING([--enable-vm-probes],
use_vm_probes=no
fi)
+AC_SUBST(USE_VM_PROBES)
if test X"$use_vm_probes" = X"yes"; then
+ USE_VM_PROBES=yes
AC_DEFINE(USE_VM_PROBES,[1],
[Define to enable VM dynamic trace probes])
fi