summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2016-03-31 11:47:18 +0200
committerLars Knoll <lars.knoll@theqtcompany.com>2016-04-07 16:19:16 +0000
commit3f41e8a2f51698d690a6b1f6a1f4acfe13ff50af (patch)
tree1e38042127c3433339a3da057da27e930a74cb8f /configure
parent211f888a9fd645df8e8c0d20c1463237d5d47bac (diff)
Remove two dead lines
no-zlib is no longer supported, so these lines can't have any effect. Change-Id: Ib5ef9a97a0687945606b4a718e339590bc501fe9 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 93f7b9a23b..72f2023d66 100755
--- a/configure
+++ b/configure
@@ -1629,8 +1629,6 @@ while [ "$#" -gt 0 ]; do
else
UNKNOWN_OPT=yes
fi
- # No longer supported:
- #[ "$VAL" = "no" ] && CFG_LIBPNG=no
;;
mtdev)
if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then