[PATCH] configure.ac: enable systemd socket activation in libxtrans
Gaetan Nadon
memsize at videotron.ca
Thu Nov 28 10:34:20 PST 2013
On 13-11-28 10:23 AM, Hans de Goede wrote:
> +AC_ARG_WITH([systemd],
> + AS_HELP_STRING([--with-systemd], [support systemd socket activation]),
> + [], [with_systemd=check])
> +have_systemd=check
Can I trouble you to replace "check" with "auto"?
This is the terminology used by 31 other configure options in xserver alone.
Also consider adding the string (default: auto) at the end of
AS_HELP_STRING. This will tell user that systemd will be used if installed.
More information about the xorg-devel
mailing list