From 91d74a95282d9484c3cbaa596c9f0023999bd019 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 7 Jun 2005 20:20:55 +0000 Subject: [PATCH] Remove debug output left in by accident. git-svn-id: https://svn.dealii.org/trunk@10848 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure.in | 3 --- 1 file changed, 3 deletions(-) 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" -- 2.39.5