summaryrefslogtreecommitdiffstats
path: root/tools/configure/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure/main.cpp')
-rw-r--r--tools/configure/main.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/configure/main.cpp b/tools/configure/main.cpp
index 1e6aa3f298..ebbb4b1e54 100644
--- a/tools/configure/main.cpp
+++ b/tools/configure/main.cpp
@@ -59,7 +59,7 @@ int runConfigure( int argc, char** argv )
if (!app.isOk())
return 3;
if( app.displayHelp() )
- return 1;
+ return 1;
// Read license now, and exit if it doesn't pass.
// This lets the user see the command-line options of configure
@@ -103,19 +103,19 @@ int runConfigure( int argc, char** argv )
app.generateOutputVars();
if( !app.isDone() )
- app.generateCachefile();
+ app.generateCachefile();
if( !app.isDone() )
- app.generateConfigfiles();
+ app.generateConfigfiles();
if (!app.isDone())
app.generateQConfigPri();
if (!app.isDone())
app.displayConfig();
if( !app.isDone() )
- app.generateMakefiles();
+ app.generateMakefiles();
if( !app.isDone() )
- app.showSummary();
+ app.showSummary();
if( !app.isOk() )
- return 2;
+ return 2;
return 0;
}