summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-12-21 06:54:42 -0800
committerMarcel Holtmann <marcel@holtmann.org>2010-12-21 06:54:42 -0800
commit34d3917f84469da9c1803c78462106d0be39a020 (patch)
treebe60727e85f687e9333919f29b3bfabf42b2994d
parentf5864cf31c0cc320037a708760884f6fcfa35c8a (diff)
downloadofono-34d3917f84469da9c1803c78462106d0be39a020.tar.gz
build: Remove broken SET_MAKE handling
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5c18f682..0c1986a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,8 +30,6 @@ 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