Opened 9 years ago
Closed 9 years ago
#5601 closed Bug (fixed)
Missing ',' comma in the libsystemd-daemon configure.ac
Reported by: | ssamuli | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | 2.83 |
Component: | Transmission | Version: | 2.82 |
Severity: | Normal | Keywords: | |
Cc: |
Description
There is a missing ',' comma in libsystemd-daemon configure.ac check that makes --without-systemd-daemon not to work
Here is a simple patch, adding the missing comma
Also reported here: http://bugs.gentoo.org/show_bug.cgi?id=498920
And big thanks for transmission, it runs 24/7 for years already here ;)
Attachments (1)
Change History (3)
Changed 9 years ago by ssamuli
comment:1 Changed 9 years ago by cfpp2p
configure.ac line 186
- [Add support for systemd startup notification (default is autodetected)]) + [Add support for systemd startup notification (default is autodetected)]),
comment:2 Changed 9 years ago by livings124
- Milestone changed from None Set to 2.83
- Resolution set to fixed
- Status changed from new to closed
Thanks!
Note: See
TracTickets for help on using
tickets.
Add missing comma patch