Changeset d854ee25d7644ef2169f617db73344fe5eeda0c2

Show
Ignore:
Timestamp:
10/19/06 21:42:35 (2 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1161286955 +0000
git-parent:

[6b5014ade2790fa8aa9dae1205e38b755525162b]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1161286955 +0000
Message:

Remove some build system cruft

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • configure.ac

    r29d8ffc rd854ee2  
    54885488  plugin_support=false 
    54895489fi 
    5490  
    5491 dnl Export automake variables 
    5492 if ${plugin_support} 
    5493 then 
    5494   AC_DEFINE(HAVE_DYNAMIC_PLUGINS, 1, Define if we have support for dynamic plugins) 
    5495   for plugin in `echo ${PLUGINS}` 
    5496   do 
    5497     eval "${plugin}_p=yes" 
    5498   done 
    5499 else 
    5500   VLC_ADD_BUILTINS([${PLUGINS}]) 
    5501   PLUGINS="" 
    5502 fi 
    5503 AM_CONDITIONAL(HAVE_PLUGINS, ${plugin_support}) 
    5504  
    5505 [if echo "${BUILTINS}" | grep '[^ ]' >/dev/null 2>&1 
    5506 then 
    5507   builtin_support=: 
    5508   for builtin in `echo ${BUILTINS}` 
    5509   do 
    5510     eval "${builtin}_b=yes" 
    5511   done 
    5512 fi] 
    5513 AM_CONDITIONAL(HAVE_BUILTINS, ${builtin_support}) 
    55145490 
    55155491dnl