]> arthur.barton.de Git - ngircd.git/blobdiff - configure.in
Fix secret channel information leak
[ngircd.git] / configure.in
index 76e286ef3b6028b2d8ef29b00442ad002817dec2..0ebe5e4923389a37edbe7b014840b369d36a7372 100644 (file)
@@ -12,7 +12,7 @@
 # -- Initialisation --
 
 AC_PREREQ(2.50)
-AC_INIT(ngircd, 0.12-dev)
+AC_INIT(ngircd, 0.12.0-pre2)
 AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(1.6)
@@ -428,7 +428,7 @@ fi
 # enable support for IPv6?
 x_ipv6_on=no
 AC_ARG_ENABLE(ipv6,
-       [  --enable-ipv6,       enable IPv6 protocol support],
+       [  --enable-ipv6           enable IPv6 protocol support],
        if test "$enableval" = "yes"; then x_ipv6_on=yes; fi
 )
 if test "$x_ipv6_on" = "yes"; then