summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-08 17:10:37 +0200
committerMichael Stahl <mstahl@redhat.com>2013-05-08 17:49:58 +0200
commitcc858aca0ebf653eebceaf09e2316763d8d81051 (patch)
tree0530dc3a2462ca9b25fdd807acb85db9d88c78f9 /config_host.mk.in
parentbcc527412ee50ff646098195566e2c66007df59a (diff)
configure: substantially de-bong libpng handling
- remove --unix-qstart-libpng: the internal libpng is static lib so this option is pointless - clean up duplicative libpng checks - replace usage of ENABLE_QUICKSTART_LIBPNG with ENABLE_HEADLESS, which is the one case where it could still be disabled Change-Id: Ie2e2c7e4a2396572742fdf056bf23c4271f04811
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 7e469aae7616..6e5e0cdca163 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -150,7 +150,6 @@ export ENABLE_OPENGL=@ENABLE_OPENGL@
export ENABLE_PACKAGEKIT=@ENABLE_PACKAGEKIT@
export ENABLE_PCH=@ENABLE_PCH@
export ENABLE_PDFIMPORT=@ENABLE_PDFIMPORT@
-export ENABLE_QUICKSTART_LIBPNG=@ENABLE_QUICKSTART_LIBPNG@
export ENABLE_RANDR=@ENABLE_RANDR@
export ENABLE_READONLY_INSTALLSET=@ENABLE_READONLY_INSTALLSET@
export ENABLE_RELEASE_BUILD=@ENABLE_RELEASE_BUILD@