X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/e2606551a2853e90cffa264d70a159ba61e0cbe4..b583faf97037f5dec668e8890a7d0add58717d82:/configure.ac diff --git a/configure.ac b/configure.ac index f68652f2..a6e1b45f 100644 --- a/configure.ac +++ b/configure.ac @@ -893,7 +893,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 upper-bound nick length to LENGTH (default 50, max 50)]), [ if ! expr "$withval" + 0 >/dev/null 2>&1; then AC_ERROR([NICKLEN must be a numeric value]) @@ -904,7 +904,7 @@ AC_HELP_STRING([--with-nicklen=LENGTH],[Set the nick length to LENGTH (default 1 else NICKLEN="$withval" fi -], [NICKLEN=15]) +], [NICKLEN=50]) AC_ARG_WITH(topiclen, AC_HELP_STRING([--with-topiclen=NUMBER],[Set the max topic length to NUMBER (default 390, max 390)]),