[vlc-devel] [PATCH 04/12] configure.ac: Fix aribb check

Hugo Beauzée-Luyssen hugo at beauzee.fr
Thu Oct 23 12:17:44 CEST 2014


---
 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
-- 
2.1.1




More information about the vlc-devel mailing list