Show the -xcb default properly.

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>
This commit is contained in:
Lincoln Ramsay 2011-10-05 13:18:59 +10:00 committed by Qt by Nokia
parent 083a30b1d6
commit c7f61b8bf5

12
configure vendored
View File

@ -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.