From b0ebf5479de843828bc4a13b476df1439b9d62c4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 11 May 2004 12:50:15 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@9235 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deal.II/configure b/deal.II/configure index 8adb8ef960..d022c47f5d 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.167 . +# From configure.in Revision: 1.168 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57. # @@ -7861,6 +7861,10 @@ cat >>confdefs.h <<\_ACEOF _ACEOF DEAL_II_DEFINE_DEAL_II_USE_PETSC=DEAL_II_USE_PETSC + + if test "x$enableshared" = "xno" ; then + LDFLAGS="$LDFLAGS -lblas" + fi fi -- 2.39.5