]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - configure
Added support for module-based chanmodes with parameters and the ability to query...
[user/henk/code/inspircd.git] / configure
index f15498b9ede0ab0df2626804fbddce7b793500b4..af9f2695048d6c28d405d7ba32766c99691ed8e6 100755 (executable)
--- a/configure
+++ b/configure
@@ -368,10 +368,12 @@ case "$OSNAME" in
        (FreeBSD)
                LDLIBS="-Ldl"
                FLAGS="-fPIC -frtti -O3"
+               MAKEPROG="gmake"
                ;;
        (*)
                LDLIBS="-ldl"
                FLAGS="-fPIC -frtti -O3"
+               MAKEPROG="make"
                ;;
 esac
 
@@ -397,7 +399,7 @@ if [ "$YN" != "n" ] ; then
        echo -e "\033[1;32mCompiling...\033[0;37m"
        echo ""
        cd $ME
-       make
+       $MAKEPROG
        echo ""
         echo "Done!"
         echo ""