From b84c62f5171777fd824a98e6f363f9d2ba9dadfa Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 17 Oct 2002 19:30:28 +0000 Subject: [PATCH] Disable shared libs on Mac OS X. git-svn-id: https://svn.dealii.org/trunk@6681 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 64a32d6692..f7677d5eec 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -247,7 +247,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*-osf[45]* | *cygwin ) + *-aix* | alpha*-linux* | alpha*-osf[45]* | *cygwin | powerpc-apple-darwin* ) AC_MSG_WARN(Shared libraries not supported on $target. Using static libs instead) enableshared=no ;; -- 2.39.5