diff options
author | 1ocalhost <41312227+1ocalhost@users.noreply.github.com> | 2019-06-25 23:20:15 +0800 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-06-25 18:07:23 +0200 |
commit | 909aca20b58e18e3a763d81aec3b38f8fc93a0b2 (patch) | |
tree | e013d7c9bb1bdcb56d8e3ecd75f826c9c15f901a /configure.ac | |
parent | 8dd041bf0a422eda773702eb9d5c004544a4870e (diff) | |
download | curl-909aca20b58e18e3a763d81aec3b38f8fc93a0b2.tar.gz |
configure: fix typo '--disable-http-uath'
Closes #4076
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
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) |