summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-05-21 14:17:43 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-25 14:52:36 +0200
commit113620d6f788486f118c19f19475cb6cb716ec32 (patch)
tree564f55e1d06ee3460e28a857a07d65e3b99399a4 /configure
parent49b12d82360ac9602190ff6be93ef0d7b2949055 (diff)
fix QT_GCC_*_VERSION definition after exception option removal
sometimes it pays off to actually check where variables are used ... Change-Id: Ia91c89cb963ace50f432c54ffe5f57366ccd5603 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index f8f5929611..7f9ea8a860 100755
--- a/configure
+++ b/configure
@@ -5431,8 +5431,8 @@ if [ "$CFG_QML_DEBUG" = "no" ]; then
QCONFIG_FLAGS="$QCONFIG_FLAGS QT_QML_NO_DEBUGGER"
fi
-case "$COMPILER" in
-g++*)
+case "$QMAKE_CONF_COMPILER" in
+*g++*)
# GNU C++
COMPILER_VERSION=`${QMAKE_CONF_COMPILER} -dumpversion 2>/dev/null`