]> git.tuebingen.mpg.de Git - paraslash.git/commit
configure: Add --with-id3tag-headers/libs.
authorAndre Noll <maan@systemlinux.org>
Wed, 7 Mar 2012 17:16:52 +0000 (18:16 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 18 Mar 2012 20:13:21 +0000 (21:13 +0100)
commit2f3ec2cfb9e465c7cb5f92e3887384d6e37d4781
tree2a1154343ad35c28cf77f589950b46972dc4f7d1
parent6101e63b98b5517b65bd967e6efbb0af47738084
configure: Add --with-id3tag-headers/libs.

If libid3tag was intalled at a non-standard location, the configure
script would not find it. Currently there is no way to tell configure
to look for libid3tag elsewhere.

This adds two new options, --with-id3tag-headers and --with-id3tag-libs,
to overcome this shortcoming.
Makefile.in
configure.ac