From: Donald Sharp Date: Wed, 25 May 2016 23:53:09 +0000 (-0400) Subject: quagga: Fix bug in handling of --enable-shell-access X-Git-Tag: frr-2.0-rc1~801 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=5fd1f74742debed7f5bfe5d9416f363906917ec5;p=mirror%2Ffrr.git quagga: Fix bug in handling of --enable-shell-access The macro to expand and handle --enable-shell-access was broken. Signed-off-by: Donald Sharp --- diff --git a/configure.ac b/configure.ac index 12d5de869e..852b63d6ae 100755 --- a/configure.ac +++ b/configure.ac @@ -273,9 +273,8 @@ AC_ARG_ENABLE(configfile_mask, [ --enable-configfile-mask=ARG set mask for config files]) AC_ARG_ENABLE(logfile_mask, [ --enable-logfile-mask=ARG set mask for log files]) -AC_ARG_ENABLE(shell_access +AC_ARG_ENABLE(shell_access, [ --enable-shell-access Allow users to access shell/telnet/ssh]) - AC_ARG_ENABLE(rtadv, [ --disable-rtadv disable IPV6 router advertisement feature]) AC_ARG_ENABLE(irdp,