they should support the same compiler flags
git-svn-id: https://svn.dealii.org/trunk@3376
0785d39b-7218-0410-832d-
ea1e28bc413d
echo "$ac_t""Compiler is egcs-1.1" 1>&6
GXX_VERSION=egcs1.1
;;
- *2.95*)
+ *2.95* | *2.96* | *2.97* )
echo "$ac_t""Compiler is gcc-2.95" 1>&6
GXX_VERSION=gcc2.95
;;
dnl Find the right C++ compiler. This modifies the following
dnl variables: CXX, GXX, CXXFLAGS
+dnl
+dnl Note that we subsume gcc snapshots 2.96 and 2.97 under
+dnl gcc version 2.95 as well, as they should support the same
+dnl compiler flags
AC_PROG_CXX
AC_PATH_PROG(CXX,$CXX)
if test $GXX = yes ; then
AC_MSG_RESULT(Compiler is egcs-1.1)
GXX_VERSION=egcs1.1
;;
- *2.95*)
+ *2.95* | *2.96* | *2.97* )
AC_MSG_RESULT(Compiler is gcc-2.95)
GXX_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