mirror of
https://github.com/systemd/systemd.git
synced 2025-08-30 05:49:54 +03:00
meson: set CURL_NO_OLDIES in developer mode
This commit is contained in:
@ -1074,6 +1074,7 @@ else
|
|||||||
libcurl = []
|
libcurl = []
|
||||||
endif
|
endif
|
||||||
conf.set10('HAVE_LIBCURL', have)
|
conf.set10('HAVE_LIBCURL', have)
|
||||||
|
conf.set10('CURL_NO_OLDIES', get_option('mode') == 'developer')
|
||||||
|
|
||||||
want_libidn = get_option('libidn')
|
want_libidn = get_option('libidn')
|
||||||
want_libidn2 = get_option('libidn2')
|
want_libidn2 = get_option('libidn2')
|
||||||
|
Reference in New Issue
Block a user