From 50d64c1329b4b418d8be1d05a846407861dc4e12 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 7 Jan 2005 14:14:04 +0000 Subject: Add GCC 4.x to the list of accepted GCC versions svn-id: r16474 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index c411e4cb0b..618c4ad432 100755 --- a/configure +++ b/configure @@ -479,7 +479,7 @@ if test "$?" -gt 0; then fi case $cxx_version in - 2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]) + 2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|4.[0-9].[0-9]) _cxx_major=`echo $cxx_version | cut -d '.' -f 1` _cxx_minor=`echo $cxx_version | cut -d '.' -f 2` cxx_version="$cxx_version, ok" -- cgit v1.2.3