]> https://gitweb.dealii.org/ - dealii.git/commitdiff
multigrid flags removed
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 24 Aug 2004 12:43:10 +0000 (12:43 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 24 Aug 2004 12:43:10 +0000 (12:43 +0000)
git-svn-id: https://svn.dealii.org/trunk@9575 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure.in

index 3e23f000001d7772ae2d12e9a9eedf1c78ae2673..cb0e83f7e97221ca095ba15f63b57810ed9add1d 100644 (file)
@@ -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 -------------------------------------------------------------

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.