summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-04-15 16:02:57 +0200
committerLubomir Rintel <lkundrak@v3.sk>2019-04-16 15:54:34 +0200
commit9865b484faca239686c424afc769e3cd19a76db9 (patch)
tree95d6eb88ba7635198701a790297600bc3653626a /meson.build
parent7bd06ce4c63d1e5df301f7fcb26e72044c6f1bdd (diff)
downloadNetworkManager-9865b484faca239686c424afc769e3cd19a76db9.tar.gz
build: drop HAVE_SYSTEMD define
It's unused. https://github.com/NetworkManager/NetworkManager/pull/346
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 9676f319e8..ed8c3568b7 100644
--- a/meson.build
+++ b/meson.build
@@ -311,7 +311,6 @@ if install_systemd_unit_dir and systemd_system_unit_dir == ''
assert(systemd_dep.found(), 'systemd required but not found, please provide a valid systemd user unit dir or disable it')
systemd_system_unit_dir = systemd_dep.get_pkgconfig_variable('systemdsystemunitdir')
endif
-config_h.set10('HAVE_SYSTEMD', install_systemd_unit_dir)
enable_systemd_journal = get_option('systemd_journal')
if enable_systemd_journal