[vlc-devel] commit: configure: typo in [628a18b6a3cbc760a27b6c631d602718b572751b] ( Derk-Jan Hartman )
git version control
git at videolan.org
Thu Sep 11 12:11:38 CEST 2008
vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Thu Sep 11 12:14:35 2008 +0200| [3f4a6a8f5e1e584d5b0649394bb14676d8cd91c6] | committer: Derk-Jan Hartman
configure: typo in [628a18b6a3cbc760a27b6c631d602718b572751b]
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3f4a6a8f5e1e584d5b0649394bb14676d8cd91c6
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 052c232..39c8f33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3688,7 +3688,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