From 1d6ff0634e3719cccd84661d42a6e2e7069e3868 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 23 Jan 2003 23:56:24 +0000 Subject: [PATCH] Can use shared libs on AIX 5.1 git-svn-id: https://svn.dealii.org/trunk@6952 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/configure.in b/deal.II/configure.in index fa3a9703c4..00f68ec07d 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -243,12 +243,12 @@ AC_ARG_ENABLE(shared, enableshared=$enableval, enableshared=yes) -dnl On AIX and alpha, shared libs don't work for us at present, so +dnl On AIX 4.x and alpha, shared libs don't work for us at present, so dnl disable them (we should probably use libtool there). Likewise on dnl CygWin Windows and Mac OS X systems, where we don't know how to dnl create shared libs at all (at least at present) case "$target" in - *-aix* | alpha*-linux* | alpha*-osf[45]* | *cygwin | powerpc-apple-darwin* ) + *-aix4* | 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