diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-20 17:52:47 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-20 17:55:41 +0100 |
commit | 435b5ba8d5dabf468cc06ab4f83e181d98534478 (patch) | |
tree | 8db1a1fd0b7814ab7a0c48e94eff144bb6e64360 /meson.build | |
parent | curl-util: fix type CURL -> CURLM (diff) | |
download | systemd-435b5ba8d5dabf468cc06ab4f83e181d98534478.tar.xz systemd-435b5ba8d5dabf468cc06ab4f83e181d98534478.zip |
meson: set CURL_NO_OLDIES in developer mode
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index f7a3f3ada2..f406d595e6 100644 --- a/meson.build +++ b/meson.build @@ -1074,6 +1074,7 @@ else libcurl = [] endif conf.set10('HAVE_LIBCURL', have) +conf.set10('CURL_NO_OLDIES', get_option('mode') == 'developer') want_libidn = get_option('libidn') want_libidn2 = get_option('libidn2') |