diff options
author | Ulrich Spörlein <uqs@spoerlein.net> | 2011-02-08 05:44:00 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-03-09 19:50:54 +0100 |
commit | 5779146a7feed41f107b3865226134579a66135a (patch) | |
tree | b850f753aeb0cd59e91a604c2b5f954c46b20501 /NEWS | |
parent | a1d1c2beaa54f76bbf92b2a5fd83c4a582a0316b (diff) | |
download | mpd-5779146a7feed41f107b3865226134579a66135a.tar.gz mpd-5779146a7feed41f107b3865226134579a66135a.tar.xz mpd-5779146a7feed41f107b3865226134579a66135a.zip |
configure.ac: fix bashism in tremor test
This makes FreeBSD detect libogg correctly. The '==' operator is an
undocumented GNU extension to test(1) and cannot be relied upon to
exist and do the right thing. POSIX mandates string comparisons to be
done using "test foo = bar".
Diffstat (limited to '')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ ver 0.16.2 (2011/??/??) +* configure.ac: + - fix bashism in tremor test * decoder: - tremor: fix configure test - gme: detect end of song |