X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=configure;h=a46a22e9e68855f208b3d5c43141cf514fd8e6ce;hb=93420ae6c674765a1b2944942d07f077ad415648;hp=d0210080628098d5abc20e08b23bbf4c168a2498;hpb=28fcd23763e3f2c1fc3652ed562f65f9a8edd6b0;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/configure b/configure index d02100806..a46a22e9e 100755 --- a/configure +++ b/configure @@ -62,7 +62,7 @@ $config{HAS_OPENSSL} = $1; if ($config{GCCVER} eq "") { print "g++ was not found! You require g++ (the GNU C++ compiler, part of GCC) to build InspIRCd!\n"; - return 0; + exit; } # Minihack! Convert Cygwin to 'Cyg-Static' so i can @@ -360,9 +360,6 @@ if (!$chose_hiperf) { print "not to enable one. Defaulting to select() engine.\n\n"; } -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 experimental IPv6 support?"); print "\n"; @@ -1040,8 +1037,10 @@ EOF close(FILEHANDLE); } -open(FILEHANDLE, ">include/inspircd_se_config.h"); - print FILEHANDLE <include/inspircd_se_config.h"); + print FILEHANDLE <include/inspircd_se_config.h"); #endif EOF -close(FILEHANDLE); + close(FILEHANDLE); + } # Create a Modules List.. @@ -1254,7 +1254,7 @@ HEADER print FILEHANDLE <