From: Wolfgang Bangerth Date: Wed, 13 Oct 2004 01:37:41 +0000 (+0000) Subject: Need to define USE_CONTRIB_HSL so that it shows up in X-Git-Tag: v8.0.0~14764 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bda6a67c39b5a1438dafccb366ef0e858a492a38;p=dealii.git 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 --- 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")