diff options
author | portix <portix@gmx.net> | 2013-04-24 23:42:29 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2013-04-24 23:42:29 +0200 |
commit | 21548638b2874928a1fa64c13a6944b63e543fbf (patch) | |
tree | 77ed8e0a67f9bbdda90f17ab93edce9c8b0274d6 /m4/settings.m4 | |
parent | 65c20dfeb20a443d663fcad1c4362a36d97bc475 (diff) | |
download | dwb-21548638b2874928a1fa64c13a6944b63e543fbf.zip |
Remove option 'use-ntlm'
ntlm is no longer supported in libsoup-2.42
Diffstat (limited to 'm4/settings.m4')
-rw-r--r-- | m4/settings.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/settings.m4 b/m4/settings.m4 index 76c801ab..6abd04cb 100644 --- a/m4/settings.m4 +++ b/m4/settings.m4 @@ -35,7 +35,6 @@ ifdef(`WITH_LIBSOUP_2_38', ) dnl SSL_CERTIFICATION html_input(ssl-strict, checkbox, Whether to allow only safe ssl-certificates) -html_input(use-ntlm, checkbox, Whether to use ntlm-authentication) html_input(user-agent, text, The user agent string) dnl html_header(Fonts) |