Do not AC_SUBST systemd flags from PKG_CHECK_MODULES
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 13 Feb 2012 17:59:06 +0000 (17:59 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 21 Feb 2012 14:51:16 +0000 (14:51 +0000)
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>
configure.ac

index dd9f1f5..0414586 100644 (file)
@@ -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