]> git.sesse.net Git - vlc/commitdiff
configure: typo in [628a18b6a3cbc760a27b6c631d602718b572751b]
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 11 Sep 2008 10:14:35 +0000 (12:14 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 11 Sep 2008 10:14:35 +0000 (12:14 +0200)
configure.ac

index 052c232ec8f301cd05e70a29fe1113246d2319a4..39c8f334f8a6f730a04a599659d1a1db815283db 100644 (file)
@@ -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])
   ])