aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-12-28 13:00:51 +0100
committerMax <msuraev@sysmocom.de>2017-12-28 13:00:51 +0100
commitc58de6237e2d89e37a1ace124f6d0178de51925f (patch)
tree9c1320f3f91cbfae3a8272f13f24d75b963c7df4 /configure.ac
parent3b6332f6dc1fa14dea6d1577a162b84bb304d4ef (diff)
Remove obsolete ./configure option
The '--enable-vty-tests' is just alias to '--enable-external-tests' anyway. Change-Id: I6230cfcf10247b601e16e7b872305499815520a9
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 e886fa514..b89c046c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -150,11 +150,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]]),