Skip to content

Commit

Permalink
meson: no longer check for v258 sd-varlink function
Browse files Browse the repository at this point in the history
  • Loading branch information
thkukuk committed Jan 20, 2025
1 parent 64d23d8 commit 799ad17
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,6 @@ if have_systemd257 == false
endif
else
have_systemd = true
# check if we have functions from 258 already
if cc.has_function('sd_varlink_server_listen_name',
prefix: '#include <systemd/sd-varlink.h>',
dependencies: [libsystemd])
conf.set('HAVE_SD_VARLINK_SERVER_LISTEN_NAME', 1)
endif
endif
conf.set10('HAVE_SYSTEMD', have_systemd)

Expand Down

0 comments on commit 799ad17

Please sign in to comment.