From: Simon McVittie Date: Mon, 13 Feb 2012 17:59:06 +0000 (+0000) Subject: Do not AC_SUBST systemd flags from PKG_CHECK_MODULES X-Git-Tag: dbus-1.5.10~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f02c898cd9ed4b8c38c5e7fa497ab0bd97212982;p=thirdparty%2Fdbus.git 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 Reviewed-by: Guillaume Desmottes --- diff --git a/configure.ac b/configure.ac index dd9f1f52c..0414586a8 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