From c7f61b8bf5228745f56234f987682092dc5d29ff Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Wed, 5 Oct 2011 13:18:59 +1000 Subject: 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 Reviewed-by: Lincoln Ramsay --- configure | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 43aa996130..ddcc3f8174 100755 --- 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. -- cgit v1.2.3