Configure.ac cleanup for demented AI logic

This commit is contained in:
Lealem Amedie
2026-04-29 09:53:03 -06:00
parent 2a0a5cc610
commit 7f7d28372b
+1 -1
View File
@@ -1653,7 +1653,7 @@ fi
AC_ARG_ENABLE([tailscale],
[AS_HELP_STRING([--enable-tailscale],[Enable Tailscale build dependencies (default: disabled)])],
[ ENABLED_TAILSCALE=$enableval ],
[ ENABLED_TAILSCALE=${enable_tailscale:-no} ]
[ ENABLED_TAILSCALE=no ]
)
if test "$ENABLED_TAILSCALE" = "yes"
then