Fix typo in special case gcc version detection

svn-id: r40085
This commit is contained in:
Willem Jan Palenstijn 2009-04-22 21:14:59 +00:00
parent e7506eb99e
commit 63fb936667

2
configure vendored
View file

@ -950,7 +950,7 @@ case $cxx_version in
;; ;;
3_4) 3_4)
_cxx_major=3 _cxx_major=3
_mxx_minor=4 _cxx_minor=4
;; ;;
'not found') 'not found')
cxx_verc_fail=yes cxx_verc_fail=yes