]> git.sesse.net Git - vlc/commitdiff
Remove some build system cruft
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 19 Oct 2006 19:42:35 +0000 (19:42 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 19 Oct 2006 19:42:35 +0000 (19:42 +0000)
configure.ac

index d744227c261754c8d0a19b6d79da93111fc4ed25..039232a8a3981ec49ee0440b0dda10fa1bb61bf9 100644 (file)
@@ -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