Code

configure: fix default lyrics plugin directory
authorMax Kellermann <max@duempel.org>
Thu, 25 Sep 2008 13:42:17 +0000 (15:42 +0200)
committerMax Kellermann <max@duempel.org>
Thu, 25 Sep 2008 13:42:17 +0000 (15:42 +0200)
commit9ccdbcf58f7cda5fc04b8f1a801aeb18b61e1ca9
tree609f81a0c65ff055553de0952127640f0726eabe
parent822c07804d23e711fca6e76aa941932a94c013f7
configure: fix default lyrics plugin directory

When the user does not specify "--prefix", ${prefix} is "NONE".  This
breaks the default lyrics plugin directory, which was
"${prefix}/lib/ncmpc/lyrics".  Fall back to ${ac_default_prefix} if
${prefix} is NONE.
configure.ac