From 3d3f7439963bf978b4bec6e3e021b850bcd5822f Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Sat, 27 Apr 2013 13:03:30 -0400 Subject: fix build if you don't have c++11 --- extractor/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'extractor') diff --git a/extractor/Makefile.am b/extractor/Makefile.am index fc799f74..e94a9b91 100644 --- a/extractor/Makefile.am +++ b/extractor/Makefile.am @@ -1,3 +1,5 @@ +if HAVE_CXX11 + bin_PROGRAMS = compile run_extractor EXTRA_PROGRAMS = alignment_test \ @@ -147,3 +149,4 @@ libextractor_a_SOURCES = \ AM_CPPFLAGS = -W -Wall -Wno-sign-compare $(CXX11_SWITCH) -fopenmp $(GTEST_CPPFLAGS) $(GMOCK_CPPFLAGS) AM_LDFLAGS = -fopenmp +endif -- cgit v1.2.3