Log Message:
-----------
Provide default value for wxMkDir() "mode" under all platforms
Previously this function could be called with just path only under
Windows and not when using Cygwin. Make it possible to always omit mode
and use the appropriate default value in this case.
This improves consistency and fixes build of wxWidgets itself under
Cygwin.
Log Message:
-----------
Regenerate configure after EGL-related changes
Somehow this was forgotten at some moment and --disable-glcanvasegl
option didn't appear in configure itself in spite of being in
configure.ac since a long time.