[vlc-commits] configure.ac: Fix aribb check
Hugo Beauzée-Luyssen
git at videolan.org
Fri Oct 24 17:12:21 CEST 2014
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | 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
More information about the vlc-commits
mailing list