From: RĂ©mi Denis-Courmont Date: Thu, 19 Oct 2006 19:42:35 +0000 (+0000) Subject: Remove some build system cruft X-Git-Tag: 0.9.0-test0~9909 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=d854ee25d7644ef2169f617db73344fe5eeda0c2;p=vlc Remove some build system cruft --- diff --git a/configure.ac b/configure.ac index d744227c26..039232a8a3 100644 --- a/configure.ac +++ b/configure.ac @@ -5488,30 +5488,6 @@ then plugin_support=false fi -dnl Export automake variables -if ${plugin_support} -then - AC_DEFINE(HAVE_DYNAMIC_PLUGINS, 1, Define if we have support for dynamic plugins) - for plugin in `echo ${PLUGINS}` - do - eval "${plugin}_p=yes" - done -else - VLC_ADD_BUILTINS([${PLUGINS}]) - PLUGINS="" -fi -AM_CONDITIONAL(HAVE_PLUGINS, ${plugin_support}) - -[if echo "${BUILTINS}" | grep '[^ ]' >/dev/null 2>&1 -then - builtin_support=: - for builtin in `echo ${BUILTINS}` - do - eval "${builtin}_b=yes" - done -fi] -AM_CONDITIONAL(HAVE_BUILTINS, ${builtin_support}) - dnl dnl Pic and shared libvlc stuff dnl