From c7db21e81f299c7a11c7f57dc4b744e9352646bc Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 19 Sep 2012 11:42:44 +0200 Subject: Fix configure.exe output Fix help output for -no-fontconfig, introduced in commit 1838a6c2. Change-Id: I686000d51c56fde56179dcebef31b0783c0dfc29 Reviewed-by: Oswald Buddenhagen --- tools/configure/configureapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/configure/configureapp.cpp') diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index 3c5e58b29b..eb5231c886 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."); -- cgit v1.2.3