From bda6a67c39b5a1438dafccb366ef0e858a492a38 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 13 Oct 2004 01:37:41 +0000 Subject: [PATCH] Need to define USE_CONTRIB_HSL so that it shows up in common/Make.global_options and can be used in contrib/Makefile. git-svn-id: https://svn.dealii.org/trunk@9708 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 67e5ac1ddd..421e3ebedd 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -4049,6 +4049,7 @@ AC_DEFUN(DEAL_II_CONFIGURE_HSL, dnl if test "x$hsl_subroutines" != "x" ; then AC_MSG_RESULT($hsl_subroutines) + USE_CONTRIB_HSL=yes AC_SUBST(HSL_LIB,'$(LIBDIR)/libhsl$(lib-suffix)') AC_SUBST(HSL_INCLUDE_DIR,'-I$D/contrib/hsl/include') AC_SUBST(NEEDS_F77LIBS,"yes") -- 2.39.5