summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTomas Popela <tpopela@redhat.com>2018-02-15 14:58:14 +0100
committerTomas Popela <tpopela@redhat.com>2018-04-11 12:39:20 +0200
commit63de523094465145ce18ea63a70e8fb708faeef5 (patch)
tree9350b68fa7ff44bfa7fb1c80483ea36a0e54782b /meson_options.txt
parent62624e4ba4a0d2675e5b0894e608c6658c44008a (diff)
downloadlibsoup-63de523094465145ce18ea63a70e8fb708faeef5.tar.gz
Address review comments from Iñigo Martínez
https://bugzilla.gnome.org/show_bug.cgi?id=784212#c31
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 18199534..35474caa 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -18,7 +18,7 @@ option('ntlm',
option('ntlm_auth',
type : 'string',
- value : '',
+ value : 'ntlm_auth',
description : 'Where to look for ntlm_auth, path points to ntlm_auth installation (defaultly looking in PATH)'
)