Fix configure.exe output
authorKai Koehne <kai.koehne@digia.com>
Wed, 19 Sep 2012 09:42:44 +0000 (11:42 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 19 Sep 2012 14:12:10 +0000 (16:12 +0200)
Fix help output for -no-fontconfig, introduced in commit 1838a6c2.

Change-Id: I686000d51c56fde56179dcebef31b0783c0dfc29
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
tools/configure/configureapp.cpp

index 3c5e58b..eb5231c 100644 (file)
@@ -1674,7 +1674,7 @@ bool Configure::displayHelp()
         desc("LARGE_FILE",  "yes",     "-largefile",    "Enables Qt to access files larger than 4 GB.");
 
         desc("FONT_CONFIG", "yes",     "-fontconfig",   "Build with FontConfig support.");
-        desc("FONT_CONFIG", "no",      "-no-fontconfig" "Do not build with FontConfig support.");
+        desc("FONT_CONFIG", "no",      "-no-fontconfig", "Do not build with FontConfig support.");
 
         desc("POSIX_IPC",   "yes",     "-posix-ipc",    "Enable POSIX IPC.");