aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-11-23 16:14:40 +0100
committerMax <msuraev@sysmocom.de>2017-11-29 14:24:54 +0000
commit5f1de85fab81176c7eeb5094635eae760cfc045c (patch)
tree3b38a6a60dd3ac9fb9226e394a3a005c1181a26c /configure.ac
parentabb24a2725eb943029c407266eace4ff902e30bb (diff)
Remove obsolete ./configure option
The '--enable-vty-tests' is just alias to '--enable-external-tests' anyway. Change-Id: I8ab3ac3d9becee6b4e989b4e71d34598ea012f47
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index f96524066..5766fd030 100644
--- a/configure.ac
+++ b/configure.ac
@@ -160,11 +160,6 @@ AC_DEFUN([CHECK_TM_INCLUDES_TM_GMTOFF], [
CHECK_TM_INCLUDES_TM_GMTOFF
-AC_ARG_ENABLE([vty_tests],
- AC_HELP_STRING([--enable-vty-tests],
- [Include the VTY/CTRL tests in make check (deprecated)
- [default=no]]),
- [enable_ext_tests="$enableval"],[enable_ext_tests="no"])
AC_ARG_ENABLE([external_tests],
AC_HELP_STRING([--enable-external-tests],
[Include the VTY/CTRL tests in make check [default=no]]),