build: Silence another make message

This commit is contained in:
Marcel Holtmann 2010-12-07 10:00:36 +01:00
parent 81671daff7
commit 214ab4a0a2
1 changed files with 2 additions and 0 deletions

View File

@ -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