Show the -xcb default properly.
authorLincoln Ramsay <lincoln.ramsay@nokia.com>
Wed, 5 Oct 2011 03:18:59 +0000 (13:18 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 6 Oct 2011 01:32:06 +0000 (03:32 +0200)
The * was not appearing against the default for the -xcb switch because
of a spelling mistake.

Change-Id: I3491cc9772d02179711b0d474db7ab2ef2398e88
Reviewed-on: http://codereview.qt-project.org/6003
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
configure

index 43aa996..ddcc3f8 100755 (executable)
--- a/configure
+++ b/configure
@@ -3714,11 +3714,11 @@ if [ "$OPT_HELP" = "yes" ]; then
     fi
 
     if [ "$CFG_XCB" = "no" ]; then
-        XCY=" "
-        XCN="*"
+        XCBY=" "
+        XCBN="*"
     else
-        XCY="*"
-        XCN=" "
+        XCBY="*"
+        XCBN=" "
     fi
 
     if [ "$CFG_WAYLAND" = "no" ]; then
@@ -4074,8 +4074,8 @@ if [ "$PLATFORM_X11" = "yes" -o "$PLATFORM_QWS" = "yes" -o "$PLATFORM_QPA" = "ye
  $SBN  -no-separate-debug-info . Do not store debug information in a separate file.
  $SBY  -separate-debug-info .... Strip debug information into a separate .debug file.
 
- $XKN  -no-xcb ............ Do not compile Xcb (X protocol C-language Binding) support.
- $XKY  -xcb ............... Compile Xcb support.
+ $XCBN  -no-xcb ............ Do not compile Xcb (X protocol C-language Binding) support.
+ $XCBY  -xcb ............... Compile Xcb support.
 
  $XWN  -no-wayland......... Do not compile Wayland support.
  $XWY  -wayland  .......... Compile Wayland support.