diff options
author | Timo Sirainen <cras@irssi.org> | 2005-11-19 16:14:37 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2005-11-19 16:14:37 +0000 |
commit | 227b7dbb5e4de6fce444f4d25d99115d149a2bd7 (patch) | |
tree | ad40fee21491f36280b5720b7931d099a372eff8 | |
parent | 638794878dfb12efac77d31011a6a97c7e0d7fc0 (diff) | |
download | irssi-227b7dbb5e4de6fce444f4d25d99115d149a2bd7.zip |
Default to IPv6 enabled
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4078 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 0cb5f5f8..6444ca2a 100644 --- a/configure.in +++ b/configure.in @@ -213,7 +213,7 @@ AC_ARG_ENABLE(ipv6, want_ipv6=yes fi fi, - want_ipv6=no) + want_ipv6=yes) dnl ** dnl ** SSL Library checks (OpenSSL) |