From: wolf Date: Wed, 11 Oct 2000 16:02:27 +0000 (+0000) Subject: Dsiable shared libs on Alpha DEC OSF. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec6a110fb3705ed38094b77531abcb9e5be9b39e;p=dealii-svn.git Dsiable shared libs on Alpha DEC OSF. git-svn-id: https://svn.dealii.org/trunk@3410 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 ;;