[network-manager-vpnc/th/vpn-editor-split-bgo766170: 20/21] build: drop unused configure option --with-tests



commit 1dacbb726d1cabdc7a689cfac5a1d5409a0f72a5
Author: Thomas Haller <thaller redhat com>
Date:   Tue May 10 13:01:41 2016 +0200

    build: drop unused configure option --with-tests
    
    We always build the tests, no need for a flag to disable/enable.

 configure.ac |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 72735ba..ab60592 100644
--- a/configure.ac
+++ b/configure.ac
@@ -125,20 +125,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]