Skip to content

Commit

Permalink
configure: fix typo '--disable-http-uath'
Browse files Browse the repository at this point in the history
Closes #4076
  • Loading branch information
1ocalhost authored and bagder committed Jun 25, 2019
1 parent 8dd041b commit 909aca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 909aca2

Please sign in to comment.