diff options
author | Łukasz Stelmach <l.stelmach@samsung.com> | 2013-11-25 11:54:07 +0100 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-01-29 15:28:46 -0800 |
commit | b3d3ffd19937827bcbdb833a628f9b1814a6e189 (patch) | |
tree | 3ed3d1a3b0588f1e2229022246f4c618010914ff /include | |
parent | 435098a0dce6bca8870ec9725bf0af0969cd84fa (diff) |
configure.ac: enable systemd socket activation in libxtrans
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/dix-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index ced3ba14a..acb55f8a9 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -199,6 +199,9 @@ /* Define to 1 if you have the `strndup' function. */ #undef HAVE_STRNDUP +/* Define to 1 if libsystemd-daemon is available */ +#undef HAVE_SYSTEMD_DAEMON + /* Define to 1 if SYSV IPC is available */ #undef HAVE_SYSV_IPC |