diff configure @ 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 e491bbbddf5d
children 079e40110dad
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'