vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Wed Oct 22 14:07:49 2014 +0200| [7f5facae49ca85818951eb57f07ad9f30adb3f5e] | committer: Hugo Beauzée-Luyssen
configure.ac: Fix aribb check > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7f5facae49ca85818951eb57f07ad9f30adb3f5e --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d5cf6d3..44e5bdf 100644 --- a/configure.ac +++ b/configure.ac @@ -3023,8 +3023,8 @@ AS_IF( [test "${enable_aribsub}" != "no" ],[ AC_MSG_WARN(Library [aribb24] needed for [aribsub] was not found) have_aribb24="no" ]) - AM_CONDITIONAL([HAVE_ARIBB24], [test "${have_aribb24}" = "yes"]) ]) +AM_CONDITIONAL([HAVE_ARIBB24], [test x"${have_aribb24}" = x"yes"]) dnl dnl kate decoder plugin _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
