]> git.sesse.net Git - vlc/commit
Fix non posix test construction in configure.
authorAlexis Ballier <aballier@gentoo.org>
Tue, 3 Feb 2009 20:10:04 +0000 (21:10 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Tue, 3 Feb 2009 23:06:52 +0000 (23:06 +0000)
commit941cc25eb6a890f62766f52594300bce169d0271
treedddf5a32827ecac5cba45ebc41184c9444d37c18
parent9d9e1852a3c37c9771d9c9a29401579335bea60b
Fix non posix test construction in configure.

POSIX does not document the == construction for test; Even if GNU test and bash builtin allow it, configure is run by sh and FreeBSD test does not allow it so that this test is always false there.

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
configure.ac