Skip to content

Commit

Permalink
Add support for elogind (cmus#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
shibotto authored and flyingmutant committed Feb 12, 2019
1 parent 0be9814 commit 483d186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ check_vorbis()

check_libsystemd()
{
pkg_config LIBSYSTEMD "libsystemd"
pkg_config LIBSYSTEMD "libsystemd" || pkg_config LIBSYSTEMD "libelogind >= 239.3"
return $?
}

Expand Down

0 comments on commit 483d186

Please sign in to comment.