summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index f15498b9e..ae676d17e 100755
--- 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 ""