summaryrefslogtreecommitdiffstats
path: root/rules/xorg-lib-Xfont.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-10-03 14:02:46 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-10-03 14:02:46 +0000
commitd46ac8a2401d89ddb7eb357cade3385c57860261 (patch)
tree09058a282259f0b37ea605a2aa9540439b5fc6c0 /rules/xorg-lib-Xfont.make
parent9e9e072613fb4e864779ba8d6db65b8fe27e5406 (diff)
downloadptxdist-d46ac8a2401d89ddb7eb357cade3385c57860261.tar.gz
ptxdist-d46ac8a2401d89ddb7eb357cade3385c57860261.tar.xz
fix error in switches
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6126 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xorg-lib-Xfont.make')
-rw-r--r--rules/xorg-lib-Xfont.make9
1 files changed, 7 insertions, 2 deletions
diff --git a/rules/xorg-lib-Xfont.make b/rules/xorg-lib-Xfont.make
index 5620faf16..5ab5858ea 100644
--- a/rules/xorg-lib-Xfont.make
+++ b/rules/xorg-lib-Xfont.make
@@ -78,10 +78,15 @@ else
XORG_LIB_XFONT_AUTOCONF += --disable-tcp-transport
endif
+#
+# don't trust "./configure --help" for correct switches
+# Here its says "--disable-IPv6" would disable IPv6
+# But the configure script itself tests on --disable-ipv6!
+#
ifdef PTXCONF_XORG_OPTIONS_TRANS_IPV6
-XORG_LIB_XFONT_AUTOCONF += --enable-IPv6
+XORG_LIB_XFONT_AUTOCONF += --enable-ipv6
else
-XORG_LIB_XFONT_AUTOCONF += --disable-IPv6
+XORG_LIB_XFONT_AUTOCONF += --disable-ipv6
endif
#
# Use the global switch here to support freetype when