build: remove --with-tests option

This commit is contained in:
Aleksander Morgado
2013-06-18 16:51:52 +02:00
parent 2ad39277d2
commit a33e9671ea

View File

@@ -183,20 +183,6 @@ fi
AM_CONDITIONAL(WITH_POLKIT, [test "x$with_polkit" != "xnone" ])
dnl
dnl Unit tests
dnl
AC_ARG_WITH(tests, AS_HELP_STRING([--with-tests], [Build ModemManager tests]))
AM_CONDITIONAL(WITH_TESTS, test "x$with_tests" = "xyes")
case $with_tests in
yes)
with_tests=yes
;;
*)
with_tests=no
;;
esac
dnl
dnl MBIM support (auto by default)
dnl