summaryrefslogtreecommitdiffstats
path: root/chat-irc/xchat/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'chat-irc/xchat/CONFIGURE')
-rwxr-xr-xchat-irc/xchat/CONFIGURE14
1 files changed, 14 insertions, 0 deletions
diff --git a/chat-irc/xchat/CONFIGURE b/chat-irc/xchat/CONFIGURE
new file mode 100755
index 0000000000..64640cd943
--- /dev/null
+++ b/chat-irc/xchat/CONFIGURE
@@ -0,0 +1,14 @@
+config_query_option XCHAT_OPTS "Enable IPv6?" n \
+ "--enable-ipv6" "--disable-ipv6"
+config_query_option XCHAT_OPTS "Enable use of Xft directly?" n \
+ "--enable-xft" "--disable-xft"
+config_query_option XCHAT_OPTS "Enable use of XShm for fast tinting?" n \
+ "--enable-shm" "--disable-shm"
+config_query_option XCHAT_OPTS "Build the text frontend?" n \
+ "--enable-textfe" "--disable-textfe"
+config_query_option XCHAT_OPTS "Use of xlib (for X11 systems)?" y \
+ "--enable-xlib" "--disable-xlib"
+config_query_option XCHAT_OPTS "Enable plugin support?" y \
+ "--enable-plugin" "--disable-plugin"
+config_query_option XCHAT_OPTS "Enable MMX assembly routines?" y \
+ "--enable-mmx" "--disable-mmx"