comparison 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
comparison
equal deleted inserted replaced
34196:c910df5dc9ae 34197:0fc1835211d1
3883 { gettimeofday=no ; def_gettimeofday='#undef HAVE_GETTIMEOFDAY' ; } 3883 { gettimeofday=no ; def_gettimeofday='#undef HAVE_GETTIMEOFDAY' ; }
3884 echores "$gettimeofday" 3884 echores "$gettimeofday"
3885 3885
3886 3886
3887 echocheck "glob()" 3887 echocheck "glob()"
3888 # glob_win enables a Windows-specific glob() replacement 3888 # glob_win disables a Windows-specific glob() replacement.
3889 glob=yes 3889 glob=yes
3890 glob_win=yes 3890 glob_win=yes
3891 def_glob='#define HAVE_GLOB 1' 3891 def_glob='#define HAVE_GLOB 1'
3892 statement_check glob.h 'glob("filename", 0, 0, 0)' || 3892 statement_check glob.h 'glob("filename", 0, 0, 0)' ||
3893 { glob=no ; def_glob='#undef HAVE_GLOB' ; 3893 { glob=no ; def_glob='#undef HAVE_GLOB' ;