summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-06-18 16:26:51 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-06-18 16:30:26 +0200
commitf3f499fcec13e6ffa9a428972c1108e7c23065d2 (patch)
treea108b98506903137a2b03425c6f2e516c130f073 /configure.ac
parentb582ba58e8e5a3f6ab0b0b18b3883b71373e5e05 (diff)
test: remove testers of the old interface
Old python tests using the old ModemManager interface are removed, as mmcli provides already a much nicer way to test the DBus interface. Also, mm-test.py and the PPPD plugin get removed, which were also using the old interface, and which were not very useful for testing newer non-PPP based modems. https://bugzilla.gnome.org/show_bug.cgi?id=702061
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac21
1 files changed, 0 insertions, 21 deletions
diff --git a/configure.ac b/configure.ac
index d3b513d4..aec0d4de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -183,26 +183,6 @@ fi
AM_CONDITIONAL(WITH_POLKIT, [test "x$with_polkit" != "xnone" ])
-# PPPD
-AC_CHECK_HEADERS(pppd/pppd.h, have_pppd_headers="yes", have_pppd_headers="no")
-AM_CONDITIONAL(HAVE_PPPD_H, test "x$have_pppd_headers" = "xyes")
-case $have_pppd_headers in
- yes) ;;
- *)
- have_pppd_headers=no
- ;;
-esac
-
-AC_ARG_WITH([pppd-plugin-dir], AS_HELP_STRING([--with-pppd-plugin-dir=DIR], [path to the pppd plugins directory]))
-
-if test -n "$with_pppd_plugin_dir" ; then
- PPPD_PLUGIN_DIR="$with_pppd_plugin_dir"
-else
- PPPD_PLUGIN_DIR="${libdir}/pppd/2.4.5"
-fi
-AC_SUBST(PPPD_PLUGIN_DIR)
-
-
dnl
dnl Unit tests
dnl
@@ -344,7 +324,6 @@ echo "
udev base directory: ${UDEV_BASE_DIR}
systemd unit directory: ${with_systemdsystemunitdir}
- PPP-enabled tests: ${have_pppd_headers}
PolicyKit support: ${with_polkit}
Documentation: ${enable_gtk_doc}
MBIM support: ${with_mbim}