Mercurial > mplayer.hg
changeset 9957:946c000ca531
10l, wrong syntax
author | diego |
---|---|
date | Mon, 21 Apr 2003 16:08:06 +0000 |
parents | ee365a7ed11d |
children | fe733da8e8b9 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Apr 21 15:13:59 2003 +0000 +++ b/configure Mon Apr 21 16:08:06 2003 +0000 @@ -1964,7 +1964,7 @@ echocheck "dynamic a/v plugins support" if test "$_dl" = no ; then - _dynamic_plugins = no + _dynamic_plugins=no fi if test "$_dynamic_plugins" = yes ; then _def_dynamic_plugins='#define DYNAMIC_PLUGINS 1'