]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - configure.ac
Fix a typo in configure (glad it was only a minor typo in the help text)
[irc/rqf/shadowircd.git] / configure.ac
index b08757303c94263c02d5a9c6b4822e7ae12b547f..24f3fa41079349a5a542b29ba8d6de0c1fdc3137 100644 (file)
@@ -862,7 +862,7 @@ dnl so enable small net unless you really need this much support
 fi
 
 AC_ARG_WITH(nicklen,
-AC_HELP_STRING([--with-nicklen=LENGTH],[Set the nick length to LENGTH (default 15, max 50)]),
+AC_HELP_STRING([--with-nicklen=LENGTH],[Set the nick length to LENGTH (default 31, max 50)]),
 [
   if ! expr "$withval" + 0 >/dev/null 2>&1; then 
        AC_ERROR([NICKLEN must be a numeric value])