summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorHarald Fernengel <harald@trolltech.com>2009-08-11 14:42:53 +0200
committerHarald Fernengel <harald@trolltech.com>2009-08-11 14:45:33 +0200
commitbead88ed4149202638167499e50148ae9fb7ab3e (patch)
treef5a020f538a97c3b7373fdb78c9a8f36ccd00726 /configure
parente08c698d48a3179515e0392843c77efcac892134 (diff)
Allow make utilities other than "make"
Instead of hard coding "make", use "$MAKE". If $MAKE is not set, configure will export it for us when searching for "make". Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index cca68476d..7b7cc1c0e 100755
--- a/configure
+++ b/configure
@@ -2200,6 +2200,8 @@ if [ -z "$MAKE" ]; then
echo >&2 "Cannot proceed."
exit 1
fi
+ # export MAKE, we need it later in the config.tests
+ export MAKE
fi
fi ### help