From 909aca20b58e18e3a763d81aec3b38f8fc93a0b2 Mon Sep 17 00:00:00 2001 From: 1ocalhost <41312227+1ocalhost@users.noreply.github.com> Date: Tue, 25 Jun 2019 23:20:15 +0800 Subject: configure: fix typo '--disable-http-uath' Closes #4076 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3