[vlc-commits] Configure: fix typo
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Thu Sep  1 00:24:22 CEST 2011
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Sep  1 00:24:03 2011 +0200| [e593067f8d39b5f7797808b31fbc2df76b438bb6] | committer: Jean-Baptiste Kempf
Configure: fix typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e593067f8d39b5f7797808b31fbc2df76b438bb6
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 3e6974b..b4fd802 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2139,7 +2139,7 @@ EXPLODE
 ], [
   ac_cv_linux_s2api=no
 ])])
-AM_CONDITIONAL([HAVE_LINUX_DVB], [test "$ac_cv_linux_s2api" = no])
+AM_CONDITIONAL([HAVE_LINUX_DVB], [test "$ac_cv_linux_s2api" = "yes"])
 
 dnl
 dnl  libdvbpsi check for ts mux/demux
    
    
More information about the vlc-commits
mailing list