configure.exe: Don't print warning about -c++11 option by default
authorKai Koehne <kai.koehne@digia.com>
Wed, 26 Sep 2012 13:37:03 +0000 (15:37 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 27 Sep 2012 04:07:22 +0000 (06:07 +0200)
commit8e991d04612eb1c39e665f42a3a0eb87b8070757
tree41203bf64999050938535c4048fb22165e8a46c4
parent99bab571b4cb41362e891f1bb1e812119701c932
configure.exe: Don't print warning about -c++11 option by default

Make sure that defaultTo() and therefore autoDetect() actually keep
the "auto" setting for MSVC. We check for this later on in
verifyConfiguration.

Change-Id: Iebf1ef415161a09bbc871baa31ff9dc56d54acac
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
tools/configure/configureapp.cpp