# HG changeset patch # User diego # Date 1320239000 0 # Node ID 0fc1835211d16f6b53c078e15fb55d7684fc813c # Parent c910df5dc9ae4a071f938cc5fc3f88ae2701d0e2 configure: Clarify a comment that explains the purpose of the glob_win variable. patch by Stephen Sheldon, sfsheldo gmail com diff -r c910df5dc9ae -r 0fc1835211d1 configure --- 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'