]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 14 Oct 2002 14:39:16 +0000 (14:39 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 14 Oct 2002 14:39:16 +0000 (14:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@6642 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure

index 262a594e43a83c9f3e6c97b66b196b6c46820583..2060c3c8bcd2c59da656d4b7c0b8b9c8b50cad71 100755 (executable)
@@ -2615,17 +2615,7 @@ echo "${ECHO_T}C++ compiler is gcc-2.95" >&6
       *2.96*)
        echo "$as_me:$LINENO: result: C++ compiler is gcc-2.96" >&5
 echo "${ECHO_T}C++ compiler is gcc-2.96" >&6
-                               echo "$as_me:$LINENO: result: " >&5
-echo "${ECHO_T}" >&6
-       echo "$as_me:$LINENO: result: --------------------------------------------------------" >&5
-echo "${ECHO_T}--------------------------------------------------------" >&6
-       echo "$as_me:$LINENO: result: gcc 2.96 is not supported. Please read the deal.II FAQs." >&5
-echo "${ECHO_T}gcc 2.96 is not supported. Please read the deal.II FAQs." >&6
-       echo "$as_me:$LINENO: result: --------------------------------------------------------" >&5
-echo "${ECHO_T}--------------------------------------------------------" >&6
-       echo "$as_me:$LINENO: result: " >&5
-echo "${ECHO_T}" >&6
-       exit 1
+       GXX_VERSION=gcc2.96
        ;;
       *2.97*)
        echo "$as_me:$LINENO: result: C++ compiler is gcc-2.97" >&5
@@ -3172,7 +3162,9 @@ rm -f conftest.$ac_objext conftest.$ac_ext
 
       CXXFLAGSG="$CXXFLAGSG -D_REENTRANT"
       CXXFLAGSO="$CXXFLAGSO -D_REENTRANT"
-      if test "$GXX_VERSION" = "gcc2.95" -o "$GXX_VERSION" = "gcc3.0" ; then
+      if test "$GXX_VERSION" = "gcc2.95" \
+              -o "$GXX_VERSION" = "gcc2.96" \
+             -o "$GXX_VERSION" = "gcc3.0" ; then
         CXXFLAGSG="$CXXFLAGSG -D__USE_MALLOC"
         CXXFLAGSO="$CXXFLAGSO -D__USE_MALLOC"
       fi
@@ -6033,12 +6025,12 @@ if test "x$F77" != "x" ; then
             G77_VERSION_STRING="`($F77 -v 2>&1) | grep \"gcc version\"`"
       case "$G77_VERSION_STRING" in
         *"egcs-1.1"*)
-            echo "$as_me:$LINENO: result: F77 compiler is egcs-1.1" >&5
+          echo "$as_me:$LINENO: result: F77 compiler is egcs-1.1" >&5
 echo "${ECHO_T}F77 compiler is egcs-1.1" >&6
-            F77_VERSION=egcs1.1
-            ;;
+          F77_VERSION=egcs1.1
+          ;;
         *2.95*)
-            echo "$as_me:$LINENO: result: F77 compiler is gcc-2.95" >&5
+          echo "$as_me:$LINENO: result: F77 compiler is gcc-2.95" >&5
 echo "${ECHO_T}F77 compiler is gcc-2.95" >&6
          F77_VERSION=gcc2.95
          ;;

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.