Fix typo in configure script regarding --disable-vty

This commit is contained in:
Harald Welte 2010-06-25 03:00:58 +02:00
parent 816e24cb42
commit 1067e8cc9a
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ AC_ARG_ENABLE(tests,
[enable_tests=0], [enable_tests=1])
AM_CONDITIONAL(ENABLE_TESTS, test "x$enable_tests" = "x1")
AC_ARG_ENABLE(vtyc,
AC_ARG_ENABLE(vty,
[ --disable-vty Disable building VTY telnet interface ],
[enable_vty=0], [enable_vty=1])
AM_CONDITIONAL(ENABLE_VTY, test "x$enable_vty" = "x1")