From f02c898cd9ed4b8c38c5e7fa497ab0bd97212982 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 13 Feb 2012 17:59:06 +0000 Subject: [PATCH] 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 --- configure.ac | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.47.3