Skip to content

Commit 963c4a0

Browse files
committed
Fix --enable-tailscale not triggering --enable-sp
1 parent 0284c30 commit 963c4a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1658,7 +1658,7 @@ AC_ARG_ENABLE([tailscale],
16581658
if test "$ENABLED_TAILSCALE" = "yes"
16591659
then
16601660
enable_wolfguard=yes
1661-
test "x$enable_sp" = "x" && enable_sp="yes,256"
1661+
test "x$enable_sp" = "x" && ENABLED_SP="yes,256"
16621662
enable_opensslall=yes
16631663
enable_alpn=yes
16641664
enable_sni=yes

0 commit comments

Comments
 (0)