diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-12-21 06:54:42 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-12-21 06:54:42 -0800 |
commit | 34d3917f84469da9c1803c78462106d0be39a020 (patch) | |
tree | be60727e85f687e9333919f29b3bfabf42b2994d /configure.ac | |
parent | f5864cf31c0cc320037a708760884f6fcfa35c8a (diff) |
build: Remove broken SET_MAKE handling
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 |