aboutsummaryrefslogtreecommitdiffstats
path: root/erts/configure.in
diff options
context:
space:
mode:
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