configure: fix typo '--disable-http-uath'

Closes #4076
This commit is contained in:
1ocalhost 2019-06-25 23:20:15 +08:00 committed by Daniel Stenberg
parent 8dd041bf0a
commit 909aca20b5
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 1 deletions

View File

@ -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)