[vlc-devel] commit: configure: typo in [628a18b6a3cbc760a27b6c631d602718b572751b] ( Derk-Jan Hartman )
git version control
git at videolan.org
Thu Sep 11 12:12:12 CEST 2008
vlc | branch: 0.9-bugfix | Derk-Jan Hartman <hartman at videolan.org> | Thu Sep 11 12:14:35 2008 +0200| [4978b77e3bff7c30d2892336aa92236279485799] | committer: Derk-Jan Hartman
configure: typo in [628a18b6a3cbc760a27b6c631d602718b572751b]
(cherry picked from commit 3f4a6a8f5e1e584d5b0649394bb14676d8cd91c6)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4978b77e3bff7c30d2892336aa92236279485799
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index c8a259d..fad53fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3746,7 +3746,7 @@ AS_IF( [test "${enable_zvbi}" != "no"],[
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])
])
More information about the vlc-devel
mailing list