]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - configure.ac
Enable the --enable-small-net option by default.
[irc/rqf/shadowircd.git] / configure.ac
index fad4c705d63822342cf5cc279918dce511c323aa..b08757303c94263c02d5a9c6b4822e7ae12b547f 100644 (file)
@@ -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.])