aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2009-04-22 21:14:59 +0000
committerWillem Jan Palenstijn2009-04-22 21:14:59 +0000
commit63fb936667825615fda65e3b65793478625b378d (patch)
treea022cc7c5365fbb328c2c8798dcddcbb8198f9c6 /configure
parente7506eb99e9e9008a53013c1ee805d1aaf3e546a (diff)
downloadscummvm-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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8a3c10483a..90df13bd12 100755
--- a/configure
+++ b/configure
@@ -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