summaryrefslogtreecommitdiffstats
path: root/tools/configure
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-07-25 15:23:46 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-25 17:32:21 +0200
commit5fa0f19e2e8900a626e380d918e794070a911882 (patch)
tree43f78360984f9a8b605e425849275d1d0201f89e /tools/configure
parent358c12d92861d77fb4b1d2b7550c66d6ffb41b61 (diff)
Fix copypasto: iconv -> cups.
Introduced in eba0efe10ea90dec7a8b1e95017b0203b899af95 Change-Id: I6bfbf884f66057955d62db6266cf11b399edf965 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'tools/configure')
-rw-r--r--tools/configure/configureapp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 384079f6ec..1727b30d17 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -2202,7 +2202,7 @@ void Configure::autoDetection()
if (dictionary["QT_ICONV"] == "auto")
dictionary["QT_ICONV"] = checkAvailability("ICONV") ? "yes" : "no";
- // Detection of iconv support
+ // Detection of cups support
if (dictionary["QT_CUPS"] == "auto")
dictionary["QT_CUPS"] = checkAvailability("CUPS") ? "yes" : "no";