From: Kai Koehne Date: Wed, 19 Sep 2012 09:42:44 +0000 (+0200) Subject: Fix configure.exe output X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c7db21e81f299c7a11c7f57dc4b744e9352646bc;p=profile%2Fivi%2Fqtbase.git Fix configure.exe output Fix help output for -no-fontconfig, introduced in commit 1838a6c2. Change-Id: I686000d51c56fde56179dcebef31b0783c0dfc29 Reviewed-by: Oswald Buddenhagen --- diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index 3c5e58b..eb5231c 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -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.");