From efb212ba96f0214441d9c01036af2bb62e2cc7ec Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 8 Jan 2003 17:15:50 +0000 Subject: [PATCH] Update comment. git-svn-id: https://svn.dealii.org/trunk@6890 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 5a04708887..d5c96a4bc4 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -246,8 +246,8 @@ AC_ARG_ENABLE(shared, dnl On AIX 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 systems, where we don't know how to create shared -dnl libs at all (at least at present) +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* ) AC_MSG_WARN(Shared libraries not supported on $target. Using static libs instead) -- 2.39.5