diff options
author | Friedemann Kleint <[email protected]> | 2011-11-30 15:54:22 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2011-11-30 15:59:40 +0100 |
commit | 27211de08356cc0f99ccfc1488a64a911acacf84 (patch) | |
tree | 22bd7189e1a7068ad285fd1585290798ececf96f /src/plugins/autotoolsprojectmanager/configurestep.cpp | |
parent | 653eaa2f7514f91361c1961ea06e71bfebea220b (diff) |
Minor Krazy cleanup in autotools.
Change-Id: I1d955f2b2d6f6f2668156e0f211df37616cfc3e7
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/autotoolsprojectmanager/configurestep.cpp')
-rw-r--r-- | src/plugins/autotoolsprojectmanager/configurestep.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/autotoolsprojectmanager/configurestep.cpp b/src/plugins/autotoolsprojectmanager/configurestep.cpp index 7098e9aec65..c75c14bbe5e 100644 --- a/src/plugins/autotoolsprojectmanager/configurestep.cpp +++ b/src/plugins/autotoolsprojectmanager/configurestep.cpp @@ -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")); |