diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-02-13 17:59:06 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-02-21 14:51:16 +0000 |
commit | f02c898cd9ed4b8c38c5e7fa497ab0bd97212982 (patch) | |
tree | 0efbf24ec528bfa81c7acf69b269a3a781c18321 | |
parent | be1b35211f0dc420dfe62506a35561aaef1881b2 (diff) | |
download | dbus-f02c898cd9ed4b8c38c5e7fa497ab0bd97212982.tar.gz |
Do not AC_SUBST systemd flags from PKG_CHECK_MODULES
They're automatically substituted already.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46095
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index dd9f1f52..0414586a 100644 --- a/configure.ac +++ b/configure.ac @@ -1144,8 +1144,6 @@ else [libsystemd-login >= 32, libsystemd-daemon >= 32], have_systemd=yes, have_systemd=no) - AC_SUBST(SYSTEMD_CFLAGS) - AC_SUBST(SYSTEMD_LIBS) fi if test x$have_systemd = xyes; then |