Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <kenlm@kheafield.com>2011-11-24 17:08:45 +0400
committerKenneth Heafield <kenlm@kheafield.com>2011-11-24 17:08:45 +0400
commitd672bda6d3a1f16870c39dfeddaf1ef9d45c6214 (patch)
tree0b64066d6e6b0f72ef2d030969949d3578f25a2d /jam-files/boost-build
parentb8640e4324797baf74a325e5d798f85339b83ed6 (diff)
Go back to unconfigured because OS X has weird gcc
Diffstat (limited to 'jam-files/boost-build')
-rw-r--r--jam-files/boost-build/user-config.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/jam-files/boost-build/user-config.jam b/jam-files/boost-build/user-config.jam
index 70f999c2b..81091a684 100644
--- a/jam-files/boost-build/user-config.jam
+++ b/jam-files/boost-build/user-config.jam
@@ -39,7 +39,7 @@
# ------------------
# Configure gcc (default version).
-using gcc ;
+#using gcc ;
# Configure specific gcc version, giving alternative name to use.
# using gcc : 3.2 : g++-3.2 ;