diff options
-rw-r--r-- | configure.ac | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac index aec0d4de..abba9c3d 100644 --- a/configure.ac +++ b/configure.ac @@ -184,20 +184,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 AC_ARG_WITH(mbim, AS_HELP_STRING([--without-mbim], [Build without MBIM support]), [], [with_mbim=auto]) |