]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - configure
Change std::pair<bool,std::string> to neater typedef "ModePair"
[user/henk/code/inspircd.git] / configure
index 43a2404597c199f2492b16036e5327ab06f03664..eed6353c2239bf6e8885450b022a662c8eb3826a 100755 (executable)
--- 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
@@ -1257,7 +1257,7 @@ HEADER
                        print FILEHANDLE <<EOCHEESE;
 m_$i.o: .m_$i\_static.cpp ../../include/modules.h ../../include/users.h ../../include/channels.h ../../include/base.h
        \$(CC) -pipe -I../../include \$(FLAGS) $flags -export-dynamic -c .m_$i\_static.cpp
-       mv m_$i\_static.o ../m_$i.o
+       mv .m_$i\_static.o ../m_$i.o
 
 EOCHEESE
                        ###