summaryrefslogtreecommitdiffstats
path: root/tools/configure/configureapp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure/configureapp.cpp')
-rw-r--r--tools/configure/configureapp.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 339b2f1b56..ff04eeb742 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -3383,6 +3383,9 @@ void Configure::displayConfig()
#if !defined(EVAL)
void Configure::generateHeaders()
{
+ if (dictionary["SYNCQT"] == "auto")
+ dictionary["SYNCQT"] = defaultTo("SYNCQT");
+
if (dictionary["SYNCQT"] == "yes") {
if (findFile("perl.exe")) {
cout << "Running syncqt..." << endl;