From: guido Date: Tue, 26 Apr 2005 12:01:38 +0000 (+0000) Subject: set enable-parser variable X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=598ccaf42240f76dd60021dafb7914efbb27d1df;p=dealii-svn.git set enable-parser variable git-svn-id: https://svn.dealii.org/trunk@10581 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index 59748babcf..cf9142a935 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -41,6 +41,7 @@ PERL = @PERL@ enable-multithreading= @enablemultithreading@ with-multithreading = @withmultithreading@ enable-shared = @enableshared@ +enable-parser = @enableparser@ DEAL_II_MAJOR = @DEAL_II_MAJOR@ DEAL_II_MINOR = @DEAL_II_MINOR@