X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/be6960363c6a1dbed4816bc0e2f9f5e917e9c3b4..24170ac312f9e042993a5377ed82769f4ae74e55:/configure.ac diff --git a/configure.ac b/configure.ac index fad4c70..24f3fa4 100644 --- a/configure.ac +++ b/configure.ac @@ -819,8 +819,8 @@ if test "$balloc" = no; then fi AC_ARG_ENABLE(small-net, -AC_HELP_STRING([--enable-small-net],[Enable small network support.]), -[small_net=$enableval], [small_net=no]) +AC_HELP_STRING([--disable-small-net],[Disable small network support.]), +[small_net=$enableval], [small_net=yes]) if test "$small_net" = yes; then dnl AC_DEFINE([HASHSIZE], 4096, [Max number of buckets in hash tables.]) @@ -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])