summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@nokia.com>2010-01-05 13:04:31 (GMT)
committerMorten Johan Sørvig <morten.sorvig@nokia.com>2010-01-05 13:04:31 (GMT)
commit6abee18b8ab9899b909a15227fba8fbc4506fad8 (patch)
tree2c3b2e16f3dbb742cc788b1cd129586cfad26ae8 /configure
parent3d16f0d69c083e78cda0f036ceaca6031ef85b12 (diff)
downloadQt-6abee18b8ab9899b909a15227fba8fbc4506fad8.zip
Qt-6abee18b8ab9899b909a15227fba8fbc4506fad8.tar.gz
Qt-6abee18b8ab9899b909a15227fba8fbc4506fad8.tar.bz2
Remove the entire warning, is seems it was only there for
Designer.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure b/configure
index d921f70..7b4f832 100755
--- a/configure
+++ b/configure
@@ -7821,17 +7821,6 @@ done
rm -f .projects .projects.3
#-------------------------------------------------------------------------------
-# XShape is important, DnD in the Designer doens't work without it
-#-------------------------------------------------------------------------------
-if [ "$PLATFORM_X11" = "yes" ] && [ "$CFG_XSHAPE" = "no" ]; then
- cat <<EOF
-
- NOTICE: Qt will not be built with XShape support.
-
-EOF
-fi
-
-#-------------------------------------------------------------------------------
# check for platforms that we don't yet know about
#-------------------------------------------------------------------------------
if [ "$CFG_ARCH" = "generic" ]; then