[PATCH] enable build support without systemd compatibility libraries - quoting

Simon McVittie simon.mcvittie at collabora.co.uk
Fri Sep 12 04:22:17 PDT 2014


On 08/09/14 13:05, Martin Vidner wrote:
> So I think it sould be quoted like this: (not tested)

Almost. The outer PKG_CHECK_MODULES call still has one argument that
should be quoted, but is not:

> PKG_CHECK_MODULES([SYSTEMD], [libsystemd-login >= 32,
> libsystemd-daemon >= 32, libsystemd-journal >= 32], 
> [have_systemd=yes], PKG_CHECK_MODULES([SYSTEMD],
          ^ add [ here
> [libsystemd >= 209], [have_systemd=yes], [have_systemd=no]))
                                ^ add ] here

Regards,
    S


More information about the dbus mailing list