Skip to content

Commit 05be234

Browse files
committed
configure: change output for cross-compiled alt-svc support
It said 'no', while it actually is 'yes' Closes curl#8512
1 parent 2bb5e1c commit 05be234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -3924,7 +3924,7 @@ AS_HELP_STRING([--disable-alt-svc],[Disable alt-svc support]),
39243924
*) AC_MSG_RESULT(yes)
39253925
;;
39263926
esac ],
3927-
AC_MSG_RESULT(no)
3927+
AC_MSG_RESULT(yes)
39283928
)
39293929

39303930
dnl only check for HSTS if there's SSL present

0 commit comments

Comments
 (0)