diff --git a/configure.ac b/configure.ac index aec0d4de..abba9c3d 100644 --- a/configure.ac +++ b/configure.ac @@ -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