X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=configure;h=d0210080628098d5abc20e08b23bbf4c168a2498;hb=28fcd23763e3f2c1fc3652ed562f65f9a8edd6b0;hp=22855727f43d71dff8b4e256fa1c660d1b34fee4;hpb=3a6885d6a1d30f6e2eb9b1fcd20e949768267318;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/configure b/configure index 22855727f..d02100806 100755 --- a/configure +++ b/configure @@ -360,10 +360,10 @@ if (!$chose_hiperf) { print "not to enable one. Defaulting to select() engine.\n\n"; } -yesno(THREADED_DNS,"Would you like to enable the experimental multi-threaded DNS lookup?"); +yesno(THREADED_DNS,"InspIRCd supports multi-threaded DNS lookups,\nwhich can improve the efficiency on a multiple-processor machine.\nDo you want to enable this feature?"); print "\n"; -yesno(IPV6,"Would you like to enable IPv6 support?"); +yesno(IPV6,"Would you like to enable experimental IPv6 support?"); print "\n"; if (($config{HAS_GNUTLS} eq "y") && ($config{HAS_OPENSSL} eq "y")) {