]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
configure: change output for cross-compiled alt-svc support
authorDaniel Stenberg <daniel@haxx.se>
Fri, 25 Feb 2022 13:20:10 +0000 (14:20 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 26 Feb 2022 12:44:35 +0000 (13:44 +0100)
It said 'no', while it actually is 'yes'

Closes #8512

configure.ac

index c039a0453850c5db35763fb11f9fc36861b2a02c..d43187072595f9c9f62e22d813b5519d3814dbbc 100644 (file)
@@ -3924,7 +3924,7 @@ AS_HELP_STRING([--disable-alt-svc],[Disable alt-svc support]),
   *) AC_MSG_RESULT(yes)
        ;;
   esac ],
-       AC_MSG_RESULT(no)
+       AC_MSG_RESULT(yes)
 )
 
 dnl only check for HSTS if there's SSL present