systemd: make it require at least 192 to work.

This commit is contained in:
Cedric Bail 2013-03-30 18:09:41 +09:00
parent a49d3d6bb2
commit fe409a5b42
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ AM_CONDITIONAL([HAVE_CRYPTO_OPENSSL], [test "${build_crypto}" = "openssl"])
# check for systemd library if requested
if test "x{want_systemd}" = "xyes"; then
PKG_CHECK_MODULES([SYSTEMD], [libsystemd-daemon libsystemd-journal],
PKG_CHECK_MODULES([SYSTEMD], [libsystemd-daemon >= 192 libsystemd-journal >= 192],
[want_systemd="yes"],
[want_systemd="no"])
fi