We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0a5cc commit 7f7d283Copy full SHA for 7f7d283
1 file changed
configure.ac
@@ -1653,7 +1653,7 @@ fi
1653
AC_ARG_ENABLE([tailscale],
1654
[AS_HELP_STRING([--enable-tailscale],[Enable Tailscale build dependencies (default: disabled)])],
1655
[ ENABLED_TAILSCALE=$enableval ],
1656
- [ ENABLED_TAILSCALE=${enable_tailscale:-no} ]
+ [ ENABLED_TAILSCALE=no ]
1657
)
1658
if test "$ENABLED_TAILSCALE" = "yes"
1659
then
0 commit comments