From: wolf Date: Tue, 7 Jun 2005 20:20:55 +0000 (+0000) Subject: Remove debug output left in by accident. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91d74a95282d9484c3cbaa596c9f0023999bd019;p=dealii-svn.git Remove debug output left in by accident. git-svn-id: https://svn.dealii.org/trunk@10848 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure.in b/deal.II/configure.in index 2da9ca7b46..83c5ccbd15 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -392,9 +392,6 @@ fi dnl Likewise, if we use PETSc and link statically, we have to add blas to the dnl linker line (if we use shared libs, then the PETSc libs already carry this dnl dependence, but static archives do not have a method to list dependencies) -echo $with_petsc -echo $enableshared - if test "x$with_petsc" != "x" ; then if test "x$enableshared" = "xno" ; then with_blas="yes"