]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
configure always ends up in checking for PETSc library architecture although it only...
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 3 Mar 2004 07:31:53 +0000 (07:31 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 3 Mar 2004 07:31:53 +0000 (07:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@8645 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4
deal.II/configure

index 56716690e56439ce281ddbc29f28eccba18bf2ad..f58e8ebfeab3c1a37454f74ed1c9856ec157dc7c 100644 (file)
@@ -3621,7 +3621,7 @@ AC_DEFUN(DEAL_II_CONFIGURE_PETSC, dnl
   dnl Secondly, check for the PETSc architecture, since that determines
   dnl where object and configuration files will be found. Do so only
   dnl if we are interested in this information at all.
-  if test "x$USE_CONTRIB_PETSC" != "x" ; then
+  if test "$USE_CONTRIB_PETSC" = "yes" ; then
     AC_MSG_CHECKING(for PETSc library architecture)
 
     AC_ARG_WITH(petsc-arch,
index 8ee4f332f415eb2667dddf10b6b7f43017fcc42a..b0553f4d162e7cbe2f63613f43d2d770079730e7 100755 (executable)
@@ -7671,7 +7671,7 @@ _ACEOF
   fi
 
 
-        if test "x$USE_CONTRIB_PETSC" != "x" ; then
+        if test "$USE_CONTRIB_PETSC" = "yes" ; then
     echo "$as_me:$LINENO: checking for PETSc library architecture" >&5
 echo $ECHO_N "checking for PETSc library architecture... $ECHO_C" >&6
 

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.