From: Luca Heltai Date: Tue, 28 Dec 2010 23:01:15 +0000 (+0000) Subject: Reverted to previous configure and aclocal. One bug fix broke the other one. X-Git-Tag: v8.0.0~4576 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85b18f2aa90ed363940a55b5e506d65e5a635518;p=dealii.git Reverted to previous configure and aclocal. One bug fix broke the other one. git-svn-id: https://svn.dealii.org/trunk@23083 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index d4c439865c..f7575ecd0c 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -1727,9 +1727,9 @@ AC_DEFUN(DEAL_II_CHECK_DYNAMIC_CAST_BUG, AC_DEFINE(DEAL_II_HAVE_DARWIN_DYNACAST_BUG, 1, [Defined if the compiler has a bug with dynamic casting and dynamic libraries]) - CXXFLAGSG="$CXXFLAGSG -mmacosx-version-min=`uname -r`" - CXXFLAGSO="$CXXFLAGSO -mmacosx-version-min=`uname -r`" - LDFLAGS="$LDFLAGS -mmacosx-version-min=`uname -r`" + CXXFLAGSG="$CXXFLAGSG -mmacosx-version-min=10.4" + CXXFLAGSO="$CXXFLAGSO -mmacosx-version-min=10.4" + LDFLAGS="$LDFLAGS -mmacosx-version-min=10.4" fi rm -f contrib/config/tests/darwin-dynamic-cast/libDynamicCastTestLib.dylib rm -f contrib/config/tests/darwin-dynamic-cast/main.o diff --git a/deal.II/configure b/deal.II/configure index 6a6b1dddb1..1ba4c81653 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -12267,9 +12267,9 @@ cat >>confdefs.h <<\_ACEOF #define DEAL_II_HAVE_DARWIN_DYNACAST_BUG 1 _ACEOF - CXXFLAGSG="$CXXFLAGSG -mmacosx-version-min=`uname -r`" - CXXFLAGSO="$CXXFLAGSO -mmacosx-version-min=`uname -r`" - LDFLAGS="$LDFLAGS -mmacosx-version-min=`uname -r`" + CXXFLAGSG="$CXXFLAGSG -mmacosx-version-min=10.4" + CXXFLAGSO="$CXXFLAGSO -mmacosx-version-min=10.4" + LDFLAGS="$LDFLAGS -mmacosx-version-min=10.4" fi rm -f contrib/config/tests/darwin-dynamic-cast/libDynamicCastTestLib.dylib rm -f contrib/config/tests/darwin-dynamic-cast/main.o