From: 1ocalhost <41312227+1ocalhost@users.noreply.github.com> Date: Tue, 25 Jun 2019 15:20:15 +0000 (+0800) Subject: configure: fix typo '--disable-http-uath' X-Git-Tag: curl-7_65_2~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=909aca20b58e18e3a763d81aec3b38f8fc93a0b2;p=curl configure: fix typo '--disable-http-uath' Closes #4076 --- diff --git a/configure.ac b/configure.ac index ebcc44761..dc97ba108 100755 --- a/configure.ac +++ b/configure.ac @@ -4030,7 +4030,7 @@ dnl AC_MSG_CHECKING([whether to support HTTP authentication]) AC_ARG_ENABLE(http-auth, AC_HELP_STRING([--enable-http-auth],[Enable HTTP authentication support]) -AC_HELP_STRING([--disable-http-uath],[Disable HTTP authentication support]), +AC_HELP_STRING([--disable-http-auth],[Disable HTTP authentication support]), [ case "$enableval" in no) AC_MSG_RESULT(no)