]> git.sesse.net Git - vlc/commitdiff
telnet depends on --enable-vlm
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 27 May 2008 17:49:52 +0000 (20:49 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 27 May 2008 17:59:25 +0000 (20:59 +0300)
configure.ac

index d225b521fb23b25d1cf5ec97c92b774f0f0a72e0..2dff37aa0d0a8677414af27b9987f3b3c531a9f0 100644 (file)
@@ -1270,7 +1270,6 @@ AC_LANG_POP(C++)
 if test "${SYS}" != "mingwce"; then
   VLC_ADD_PLUGIN([gestures])
   VLC_ADD_PLUGIN([rc])
-  VLC_ADD_PLUGIN([telnet])
   VLC_ADD_PLUGIN([hotkeys])
   VLC_ADD_PLUGIN([showintf])
   VLC_ADD_PLUGIN([marq])
@@ -1766,6 +1765,7 @@ AS_IF([test "${enable_vlm}" != "no"], [
     AC_MSG_ERROR([VLM requires the stream output. Do not use --disable-sout.])
   ])
   AC_DEFINE(ENABLE_VLM, 1, [Define if you want the VideoLAN manager support])
+  VLC_ADD_PLUGIN([telnet])
 ])
 
 dnl