about summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorDave Huseby <dhuseby@mozilla.com>2015-03-10 10:20:05 -0700
committerDave Huseby <dhuseby@mozilla.com>2015-03-10 23:39:49 -0700
commit8e082f77cf71ad7651820b93ec0a2b7f5ff62769 (patch)
treed71e001000a546296ed4f5ab1c1e26b0fc67fc5c /configure
parentf899513a30165946a75ff7f515ab37a226e72172 (diff)
downloadrust-8e082f77cf71ad7651820b93ec0a2b7f5ff62769.tar.gz
rust-8e082f77cf71ad7651820b93ec0a2b7f5ff62769.zip
disabling jemalloc on bitrig
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index b0d0c3f29b8..73e09158539 100755
--- a/configure
+++ b/configure
@@ -760,8 +760,9 @@ fi
 # Force bitrig to build with clang; gcc doesn't like us there
 if [ $CFG_OSTYPE = unknown-bitrig ]
 then
-    step_msg "on Bitrig, forcing use of clang"
+    step_msg "on Bitrig, forcing use of clang, disabling jemalloc"
     CFG_ENABLE_CLANG=1
+    CFG_ENABLE_JEMALLOC=0
 fi
 
 if [ -z "$CFG_ENABLE_CLANG" -a -z "$CFG_GCC" ]