unread
I had this in a config.w32 file:
ARG_ENABLE("winbinder", "winbinder support", "no");
//ARG_WITH("winbinder", "winbinder support", "no");
line 2 is not treated as comment and after buildconf
cscript configure.js --help
both --enable-winbinder and --with-winbinder
were listed as availabe options.
Don't know if this is a bug.
Davide.