From: Guido Kanschat Date: Tue, 24 Aug 2004 12:43:10 +0000 (+0000) Subject: multigrid flags removed X-Git-Tag: v8.0.0~14893 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a52537f00d70ce2a0627396557fe5c920d177b5d;p=dealii.git multigrid flags removed git-svn-id: https://svn.dealii.org/trunk@9575 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure.in b/deal.II/configure.in index 3e23f00000..cb0e83f7e9 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -310,30 +310,6 @@ DEAL_II_CHECK_COMPAT_BLOCKER -dnl ------------------------------------------------------------- -dnl Multigrid -dnl ------------------------------------------------------------- - -dnl Test if multigrid should be enabled -dnl default is yes if multigrid directory present -AC_ARG_ENABLE(multigrid, -[ --enable-multigrid include multigrid code in library], - enablemultigrid=$enableval, - if test -r deal.II/include/multigrid/multigrid.h ; then - enablemultigrid=yes ; - else - enablemultigrid=no ; - fi) -if test "$enablemultigrid" = yes ; then - AC_MSG_RESULT(configuring multigrid) - AC_DEFINE(ENABLE_MULTIGRID, 1, - [Enable the multigrid components of the library]) -fi -AC_SUBST(enablemultigrid) - - - - dnl ------------------------------------------------------------- dnl Existence of additional libraries dnl -------------------------------------------------------------