From ec6a110fb3705ed38094b77531abcb9e5be9b39e Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 11 Oct 2000 16:02:27 +0000 Subject: [PATCH] Dsiable shared libs on Alpha DEC OSF. git-svn-id: https://svn.dealii.org/trunk@3410 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/configure.in b/deal.II/configure.in index e7f0a1ae7c..ed04ffb926 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -62,7 +62,7 @@ dnl disable them (we should probably use libtool there). Likewise on dnl CygWin Windows systems, where we don't know how to create shared dnl libs at all (at least at present) case "$target" in - *-aix* | alpha*-linux* | *cygwin ) + *-aix* | alpha*-linux* | alpha*-osf4* | *cygwin ) AC_MSG_WARN(Shared libraries not supported on $target. Using static libs instead) enableshared=no ;; -- 2.39.5