aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
author1ocalhost <41312227+1ocalhost@users.noreply.github.com>2019-06-25 23:20:15 +0800
committerDaniel Stenberg <daniel@haxx.se>2019-06-25 18:07:23 +0200
commit909aca20b58e18e3a763d81aec3b38f8fc93a0b2 (patch)
treee013d7c9bb1bdcb56d8e3ecd75f826c9c15f901a /configure.ac
parent8dd041bf0a422eda773702eb9d5c004544a4870e (diff)
configure: fix typo '--disable-http-uath'
Closes #4076
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
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)