diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-18 04:31:22 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-18 04:53:31 +0100 |
commit | f1dd0c3f9b4a257e81ff9c6a08070c702a0db45a (patch) | |
tree | 34ae8bb9ab04facd195a83a6300306edac96479e /Makefile.am | |
parent | 0732ec002ea941f32e8def518150d2b6423315e3 (diff) |
syslog: rework syslog detection so that we need no compile-time option what the name of the syslog implementation is
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a94d2a7f7d..93225aac20 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1102,7 +1102,6 @@ SED_PROCESS = \ $(SED) -e 's,@rootlibexecdir\@,$(rootlibexecdir),g' \ -e 's,@rootbindir\@,$(rootbindir),g' \ -e 's,@bindir\@,$(bindir),g' \ - -e 's,@SPECIAL_SYSLOG_SERVICE\@,$(SPECIAL_SYSLOG_SERVICE),g' \ -e 's,@SYSTEMCTL\@,$(rootbindir)/systemctl,g' \ -e 's,@SYSTEMD_NOTIFY\@,$(rootbindir)/systemd-notify,g' \ -e 's,@pkgsysconfdir\@,$(pkgsysconfdir),g' \ |