eolian_cxx: oops, forgot to disable build of Eolian_Cxx if C++11 is not available.

This commit is contained in:
Cedric Bail 2014-05-04 13:11:11 +02:00
parent 8149823897
commit 5c7c38c025
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,8 @@ lib/eolian_cxx/grammar/tab.hh
### Binary
if HAVE_CXX11
bin_PROGRAMS += bin/eolian_cxx/eolian_cxx
bin_eolian_cxx_eolian_cxx_SOURCES = \
@ -43,3 +45,5 @@ bin_eolian_cxx_eolian_cxx_DEPENDENCIES = @USE_EOLIAN_INTERNAL_LIBS@
include Makefile_Eolian_Cxx_Helper.am
endif