Fix typo in special case gcc version detection
svn-id: r40085
This commit is contained in:
parent
e7506eb99e
commit
63fb936667
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue