From 5fa0f19e2e8900a626e380d918e794070a911882 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Wed, 25 Jul 2012 15:23:46 +0200 Subject: Fix copypasto: iconv -> cups. Introduced in eba0efe10ea90dec7a8b1e95017b0203b899af95 Change-Id: I6bfbf884f66057955d62db6266cf11b399edf965 Reviewed-by: Oswald Buddenhagen --- tools/configure/configureapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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"; -- cgit v1.2.3