forked from qt-creator/qt-creator
Minor Krazy cleanup in autotools.
Change-Id: I1d955f2b2d6f6f2668156e0f211df37616cfc3e7 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -179,7 +179,7 @@ void ConfigureStep::run(QFutureInterface<bool>& interface)
|
||||
{
|
||||
AutotoolsBuildConfiguration *bc = autotoolsBuildConfiguration();
|
||||
|
||||
//Check wether we need to run configure
|
||||
//Check whether we need to run configure
|
||||
const QFileInfo configureInfo(bc->buildDirectory() + QLatin1String("/configure"));
|
||||
const QFileInfo configStatusInfo(bc->buildDirectory() + QLatin1String("/config.status"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user