]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - configure
Added copyright notices
[user/henk/code/inspircd.git] / configure
index 21bddac07df4b149ea554c6a5dc1e1575fc53790..19701c3e101e23c320424d94c15ce24a812877d2 100755 (executable)
--- a/configure
+++ b/configure
@@ -69,7 +69,7 @@ rm -rf fdscount
 
 if [ "$PERL" = "" ] ; then
        echo "You require perl to run this program."
-       exit;
+       exit
 fi
 
 
@@ -275,6 +275,16 @@ echo "#define MAXBUF 514">>include/inspircd_config.h
 touch include/inspircd_config.h
 
 echo -e "Writing \033[1;37m$OSNAME\033[0;37m makefile"
+echo ""
+
+if exists "Makefile.$OSNAME" ; then
+       echo "Operating system supported."
+else
+       echo "Your operating system, \"$OSNAME\", is not supported!"
+       exit
+fi
+
+echo ""
 
 cp -f Makefile.$OSNAME Makefile
 cp -f src/Makefile.$OSNAME src/Makefile