summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-12-07 10:00:36 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-12-07 10:00:36 +0100
commit214ab4a0a2a32b1eb24522df92c5dfa12497b4ae (patch)
tree9eba970adae0bc1ccffbd88211bbfe23b3ee0636 /configure.ac
parent81671daff72775e6a135d924be1488839fccfaac (diff)
downloadofono-214ab4a0a2a32b1eb24522df92c5dfa12497b4ae.tar.bz2
build: Silence another make message
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0c1986a9..5c18f682 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,6 +30,8 @@ m4_ifdef([AC_LIBTOOL_TAGS], [AC_LIBTOOL_TAGS([])])
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
+SET_MAKE="MAKE=${MAKE-@make}"
+
AC_ARG_ENABLE(optimization, AC_HELP_STRING([--disable-optimization],
[disable code optimization through compiler]), [
if (test "${enableval}" = "no"); then