summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-06-18 16:51:52 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-06-18 16:51:52 +0200
commita33e9671ea990cb30d7647db4b52ae16bf300ecb (patch)
tree3ed6e8bb644164e8cadd921079a07756774a359a /configure.ac
parent2ad39277d2737e6e041c6df018bcf581bd78d978 (diff)
downloadModemManager-a33e9671ea990cb30d7647db4b52ae16bf300ecb.tar.gz
build: remove --with-tests option
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index aec0d4dec..abba9c3d5 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])