Mercurial > mplayer.hg
changeset 34197:0fc1835211d1
configure: Clarify a comment that explains the purpose of the glob_win variable.
patch by Stephen Sheldon, sfsheldo gmail com
author | diego |
---|---|
date | Wed, 02 Nov 2011 13:03:20 +0000 |
parents | c910df5dc9ae |
children | 064be070d8c8 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Oct 31 19:44:51 2011 +0000 +++ b/configure Wed Nov 02 13:03:20 2011 +0000 @@ -3885,7 +3885,7 @@ echocheck "glob()" -# glob_win enables a Windows-specific glob() replacement +# glob_win disables a Windows-specific glob() replacement. glob=yes glob_win=yes def_glob='#define HAVE_GLOB 1'