From 16af34a74b601f9989529a411653005c0f084aa9 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 13 Feb 2012 17:59:06 +0000 Subject: [PATCH 06/10] Do not AC_SUBST systemd flags from PKG_CHECK_MODULES They're automatically substituted already. --- configure.ac | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index dd9f1f5..0414586 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 -- 1.7.9