Commit e593067f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Configure: fix typo

parent 6c99941f
...@@ -2139,7 +2139,7 @@ EXPLODE ...@@ -2139,7 +2139,7 @@ EXPLODE
], [ ], [
ac_cv_linux_s2api=no 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
dnl libdvbpsi check for ts mux/demux dnl libdvbpsi check for ts mux/demux
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment