*) GXX_VERSION_DETAILED=gcc4.0.x ;;
esac
;;
+ *version\ 4.1*)
+ GXX_VERSION=gcc4.1
+ case "$GXX_VERSION_STRING" in
+ *version\ 4.1.0*) GXX_VERSION_DETAILED=gcc4.1.0 ;;
+ *version\ 4.1.1*) GXX_VERSION_DETAILED=gcc4.1.1 ;;
+ *) GXX_VERSION_DETAILED=gcc4.1.x ;;
+ esac
+ ;;
*2.4* | *2.5* | *2.6* | *2.7* | *2.8*)
dnl These compilers are too old to support a useful subset
dnl of modern C++, so we don't support them
#! /bin/sh
-# From configure.in Revision: 1.203 .
+# From configure.in Revision: 1.204 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
#
*) GXX_VERSION_DETAILED=gcc4.0.x ;;
esac
;;
+ *version\ 4.1*)
+ GXX_VERSION=gcc4.1
+ case "$GXX_VERSION_STRING" in
+ *version\ 4.1.0*) GXX_VERSION_DETAILED=gcc4.1.0 ;;
+ *version\ 4.1.1*) GXX_VERSION_DETAILED=gcc4.1.1 ;;
+ *) GXX_VERSION_DETAILED=gcc4.1.x ;;
+ esac
+ ;;
*2.4* | *2.5* | *2.6* | *2.7* | *2.8*)
echo "$as_me:$LINENO: result: C++ compiler is $GXX_VERSION_STRING" >&5
echo "${ECHO_T}C++ compiler is $GXX_VERSION_STRING" >&6
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