From 77aa5c7d6d2793e5d1afacf47133fa8a126c1855 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 20 Mar 2001 14:54:36 +0000 Subject: [PATCH] Disable shared libs on OSF1 V5 as well. git-svn-id: https://svn.dealii.org/trunk@4250 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure | 4 ++-- deal.II/configure.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/configure b/deal.II/configure index 4808fc7911..bad74aeb8b 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.59 +# From configure.in Revision: 1.61 @@ -1224,7 +1224,7 @@ fi case "$target" in - *-aix* | alpha*-linux* | alpha*-osf4* | *cygwin ) + *-aix* | alpha*-linux* | alpha*-osf45* | *cygwin ) echo "configure: warning: Shared libraries not supported on $target. Using static libs instead" 1>&2 enableshared=no ;; diff --git a/deal.II/configure.in b/deal.II/configure.in index 62261b2e50..bc48101496 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -153,7 +153,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* | alpha*-osf4* | *cygwin ) + *-aix* | alpha*-linux* | alpha*-osf[45]* | *cygwin ) AC_MSG_WARN(Shared libraries not supported on $target. Using static libs instead) enableshared=no ;; -- 2.39.5