diff options
author | Willem Jan Palenstijn | 2009-04-22 21:14:59 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2009-04-22 21:14:59 +0000 |
commit | 63fb936667825615fda65e3b65793478625b378d (patch) | |
tree | a022cc7c5365fbb328c2c8798dcddcbb8198f9c6 /configure | |
parent | e7506eb99e9e9008a53013c1ee805d1aaf3e546a (diff) | |
download | scummvm-rg350-63fb936667825615fda65e3b65793478625b378d.tar.gz scummvm-rg350-63fb936667825615fda65e3b65793478625b378d.tar.bz2 scummvm-rg350-63fb936667825615fda65e3b65793478625b378d.zip |
Fix typo in special case gcc version detection
svn-id: r40085
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -950,7 +950,7 @@ case $cxx_version in ;; 3_4) _cxx_major=3 - _mxx_minor=4 + _cxx_minor=4 ;; 'not found') cxx_verc_fail=yes |