X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=configure;h=eed6353c2239bf6e8885450b022a662c8eb3826a;hb=e74bb16a4fcf67a44d1b63bc13d205717a38bb96;hp=48621b5856c188e9f81a71136146aa64eaea9022;hpb=eb38bafc62e836336bbcdeb0ad1fb0102bea792a;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/configure b/configure index 48621b585..eed6353c2 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 @@ -1040,8 +1040,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 +1257,7 @@ HEADER print FILEHANDLE <