From 9b33aecb9b24bcdb02c40eb5d53e770ad6777ae3 Mon Sep 17 00:00:00 2001 From: Gatis Paeglis Date: Thu, 6 Mar 2014 16:39:30 +0100 Subject: Remove unused QMakeVar QT_NO_XCB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Grepping in Qt source code for QT_NO_XCB didn't find any references to this variable. Change-Id: Iabe5679f8b066facede2ac3bfc8c14ec4c0473a2 Reviewed-by: Jørgen Lind --- configure | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 0f47ff9668..88eaf9a3fd 100755 --- a/configure +++ b/configure @@ -5287,9 +5287,6 @@ if [ "$CFG_XCB" != "no" ]; then CFG_XCB=no fi fi -if [ "$CFG_XCB" = "no" ]; then - QMakeVar add DEFINES QT_NO_XCB -fi if [ "$CFG_DIRECTFB" != "no" ]; then if [ -n "$PKG_CONFIG" ] && $PKG_CONFIG --exists directfb 2>/dev/null; then -- cgit v1.2.3