Commit 3f4a6a8f authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

configure: typo in [628a18b6]

parent 1bc06496
...@@ -3688,7 +3688,7 @@ AS_IF( [test "${enable_zvbi}" != "no"],[ ...@@ -3688,7 +3688,7 @@ AS_IF( [test "${enable_zvbi}" != "no"],[
AC_MSG_WARN(ZVBI library not found. Enabling the telx module instead) AC_MSG_WARN(ZVBI library not found. Enabling the telx module instead)
]) ])
]) ])
AS_IF( [test "${enable_telx}" !=no ],[ AS_IF( [test "${enable_telx}" != "no" ],[
VLC_ADD_PLUGIN([telx]) VLC_ADD_PLUGIN([telx])
]) ])
......
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