aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index fa1329b2..e83787b5 100755
--- a/configure
+++ b/configure
@@ -217,6 +217,12 @@ then
err "either clang or gcc is required"
fi
+if head -n 1 ${CFG_SRC_DIR}src/snapshots.txt | grep -q '^T'
+then
+ CFG_IN_TRANSITION=1
+ putvar CFG_IN_TRANSITION
+fi
+
# Valgrind is only reliable on Linux. On Windows it doesn't work at all, and
# on the Mac the dynamic linker causes Valgrind to emit a huge stream of
# errors.