summaryrefslogtreecommitdiff
path: root/extractor
diff options
context:
space:
mode:
authorChris Dyer <cdyer@allegro.clab.cs.cmu.edu>2013-04-25 23:32:02 -0400
committerChris Dyer <cdyer@allegro.clab.cs.cmu.edu>2013-04-25 23:32:02 -0400
commit389f77ddd6a8eabe357691a9476f061f6262e563 (patch)
treec637cf641f86eb83ab8e78fe021c32cfcca4add1 /extractor
parente8b412577b9d3fe2090b9f48443f919cd268c809 (diff)
only turn on c++11 for extractor
Diffstat (limited to 'extractor')
-rw-r--r--extractor/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/extractor/Makefile.am b/extractor/Makefile.am
index d8239b7d..fc799f74 100644
--- a/extractor/Makefile.am
+++ b/extractor/Makefile.am
@@ -145,5 +145,5 @@ libextractor_a_SOURCES = \
translation_table.cc \
vocabulary.cc
-AM_CPPFLAGS = -W -Wall -Wno-sign-compare -std=c++0x -fopenmp $(GTEST_CPPFLAGS) $(GMOCK_CPPFLAGS)
+AM_CPPFLAGS = -W -Wall -Wno-sign-compare $(CXX11_SWITCH) -fopenmp $(GTEST_CPPFLAGS) $(GMOCK_CPPFLAGS)
AM_LDFLAGS = -fopenmp