From: Derk-Jan Hartman Date: Thu, 11 Sep 2008 10:14:35 +0000 (+0200) Subject: configure: typo in [628a18b6a3cbc760a27b6c631d602718b572751b] X-Git-Tag: 1.0.0-pre1~3360 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3f4a6a8f5e1e584d5b0649394bb14676d8cd91c6;hp=1bc0649628075569c7b6be7c6361c7d88b7005fe;p=vlc configure: typo in [628a18b6a3cbc760a27b6c631d602718b572751b] --- diff --git a/configure.ac b/configure.ac index 052c232ec8..39c8f334f8 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]) ])