summaryrefslogtreecommitdiffstats
path: root/chat-irc/irssi/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'chat-irc/irssi/CONFIGURE')
-rwxr-xr-xchat-irc/irssi/CONFIGURE14
1 files changed, 10 insertions, 4 deletions
diff --git a/chat-irc/irssi/CONFIGURE b/chat-irc/irssi/CONFIGURE
index 1708e4afea..93de53b005 100755
--- a/chat-irc/irssi/CONFIGURE
+++ b/chat-irc/irssi/CONFIGURE
@@ -1,5 +1,11 @@
config_query_option IRSSI_OPTS "build with irssi-bot" n \
- "--with-bot" "--without-bot" &&
-config_query_option IRSSI_OPTS \
- "build with irssi-proxy (to use irssi as a bouncer)" n \
- "--with-proxy" "--without-proxy"
+ "--with-bot" \
+ "--without-bot" &&
+
+config_query_option IRSSI_OPTS "build with irssi-proxy (to use irssi as a bouncer)" n \
+ "--with-proxy" \
+ "--without-proxy" &&
+
+config_query_option IRSSI_OPTS "build with IPv6 support?" y \
+ "--enable-ipv6" \
+ "--disable-ipv6"