From a33a1fd26a721bb91b83b6078b100631c3bbbe39 Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 24 Aug 2004 12:43:10 +0000 Subject: [PATCH] multigrid flags removed git-svn-id: https://svn.dealii.org/trunk@9575 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure.in | 24 ------------------------ 1 file changed, 24 deletions(-) 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 ------------------------------------------------------------- -- 2.39.5