[network-manager-openvpn] build: drop unused configure option --with-tests
- From: Thomas Haller <thaller src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-openvpn] build: drop unused configure option --with-tests
- Date: Tue, 10 May 2016 11:11:57 +0000 (UTC)
commit 4c710579c847524a4393241d46ea0e3e5197f95a
Author: Thomas Haller <thaller redhat com>
Date: Tue May 10 13:05:36 2016 +0200
build: drop unused configure option --with-tests
We always build the tests, no need for a flag to disable/enable.
Makefile.am | 1 -
configure.ac | 14 --------------
2 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index b74b86c..f3c209c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,7 +41,6 @@ nm-openvpn-service.name: $(srcdir)/nm-openvpn-service.name.in
$^ >$@
DISTCHECK_CONFIGURE_FLAGS = \
- --with-tests=yes \
--enable-more-warnings=yes
EXTRA_DIST = nm-openvpn-service.name.in \
diff --git a/configure.ac b/configure.ac
index 578fe2d..ba8dc2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -121,20 +121,6 @@ fi
AC_SUBST(NM_PLUGIN_DIR_NAME_FILE)
dnl
-dnl Tests
-dnl
-AC_ARG_WITH(tests, AS_HELP_STRING([--with-tests], [Build NetworkManager tests]))
-AM_CONDITIONAL(WITH_TESTS, test "x$with_tests" = "xyes")
-case $with_tests in
- yes)
- with_tests=yes
- ;;
- *)
- with_tests=no
- ;;
-esac
-
-dnl
dnl Distribution version string
dnl
AC_ARG_WITH(dist-version, AS_HELP_STRING([--with-dist-version=<dist-version>], [Define the custom version
(like distribution package name and revision)]), ac_distver=$withval, ac_distver="")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]