summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@digia.com>2014-03-06 16:39:30 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-07 11:11:53 +0100
commit9b33aecb9b24bcdb02c40eb5d53e770ad6777ae3 (patch)
treea1c0b66ec64fc4272cd068fb82c48b778bc6821b /configure
parente9ce4fcffa3459774e69f712f81a6a0a542dbcd8 (diff)
Remove unused QMakeVar QT_NO_XCB
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 <jorgen.lind@digia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
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