]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Do not check for directory multigrid, but for multigrid.h
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 1 Oct 2001 09:34:28 +0000 (09:34 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 1 Oct 2001 09:34:28 +0000 (09:34 +0000)
git-svn-id: https://svn.dealii.org/trunk@5128 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure
deal.II/configure.in

index a508002097b93da0214be698100a41b89188570c..e6ee035fc79f5ff7f3b161074a4694bac0496f67 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# From configure.in Revision: 1.86 
+# From configure.in Revision: 1.87 
 
 
 
@@ -2674,7 +2674,7 @@ if test "${enable_multigrid+set}" = set; then
   enableval="$enable_multigrid"
   enablemultigrid=$enableval
 else
-  if test -r deal.II/source/multigrid ; then
+  if test -r deal.II/include/multigrid/multigrid.h ; then
       enablemultigrid=yes ;
     else
       enablemultigrid=no ;
index fffb50796c2d7fd35f12c13448717947fcf090c5..d22021bce9df804707bc5734d72654becc7541c7 100644 (file)
@@ -845,7 +845,7 @@ 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/source/multigrid ; then
+    if test -r deal.II/include/multigrid/multigrid.h ; then
       enablemultigrid=yes ;
     else
       enablemultigrid=no ;

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.