]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Reverted to previous configure and aclocal. One bug fix broke the other one.
authorLuca Heltai <luca.heltai@sissa.it>
Tue, 28 Dec 2010 23:01:15 +0000 (23:01 +0000)
committerLuca Heltai <luca.heltai@sissa.it>
Tue, 28 Dec 2010 23:01:15 +0000 (23:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@23083 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4
deal.II/configure

index d4c439865c7d19a9f354775b7e7584acc6c6ef9b..f7575ecd0c311b264d757e743fb03fe69f8a105f 100644 (file)
@@ -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
index 6a6b1dddb1a8d8c7152e8e412d33ea878c609a4c..1ba4c81653a9589e719267c0708a85eddfd286e4 100755 (executable)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.