]> granicus.if.org Git - curl/commitdiff
configure: fix typo '--disable-http-uath'
author1ocalhost <41312227+1ocalhost@users.noreply.github.com>
Tue, 25 Jun 2019 15:20:15 +0000 (23:20 +0800)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 25 Jun 2019 16:07:23 +0000 (18:07 +0200)
Closes #4076

configure.ac

index ebcc44761a803e40c364bf40de04af8bc9e17561..dc97ba108ec335461198a7fd4374085d5d19d784 100755 (executable)
@@ -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)