summaryrefslogtreecommitdiffstats
path: root/xorg-lib/libxfont/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-lib/libxfont/CONFIGURE')
-rwxr-xr-xxorg-lib/libxfont/CONFIGURE26
1 files changed, 1 insertions, 25 deletions
diff --git a/xorg-lib/libxfont/CONFIGURE b/xorg-lib/libxfont/CONFIGURE
index 3f0459ed83..2b025ea68f 100755
--- a/xorg-lib/libxfont/CONFIGURE
+++ b/xorg-lib/libxfont/CONFIGURE
@@ -1,21 +1,3 @@
-config_query_option LIBXFONT_OPTS \
- 'Enable Type1 fonts' \
- n \
- '--enable-type1' \
- '--disable-type1' &&
-
-config_query_option LIBXFONT_OPTS \
- 'Enable cid fonts' \
- y \
- '--enable-cid' \
- '--disable-cid' &&
-
-config_query_option LIBXFONT_OPTS \
- 'Enable speedo fonts' \
- y \
- '--enable-speedo' \
- '--disable-speedo' &&
-
config_query_option LIBXFONT_OPTS \
'Enable builtin fonts' \
y \
@@ -56,10 +38,4 @@ config_query_option LIBXFONT_OPTS \
'Enable TCP socket transport?' \
y \
'--enable-tcp-transport' \
- '--disable-tcp-transport' &&
-
-config_query_option LIBXFONT_OPTS \
- 'Enable IPv6 transport?' \
- y \
- '--enable-IPv6' \
- '--disable-IPv6'
+ '--disable-tcp-transport'