Okay, I went with --disable-aiglx, and it moved on, but I got this at
the very last stage of the build process:
CCLD XWin.exe
../../glx/.libs/libglx.a(glxcmds.o): In function `FlushContext':
/usr/src/xorg-server-1.11.1-1/src/xserver-cygwin-1.11.1-1/glx/glxcmds.c:219:
undefined reference to `__glapi_tls_Dispatch'
../../glx/.libs/libglx.a(glxcmds.o): In function `DoMakeCurrent':
/usr/src/xorg-server-1.11.1-1/src/xserver-cygwin-1.11.1-1/glx/glxcmds.c:598:
undefined reference to `__glapi_tls_Dispatch'
../../glx/.libs/libglx.a(glxcmds.o): In function `__glXDisp_WaitGL':
/usr/src/xorg-server-1.11.1-1/src/xserver-cygwin-1.11.1-1/glx/glxcmds.c:767:
undefined reference to `__glapi_tls_Dispatch'
../../glx/.libs/libglx.a(glxcmds.o): In function `__glXDisp_CopyContext':
/usr/src/xorg-server-1.11.1-1/src/xserver-cygwin-1.11.1-1/glx/glxcmds.c:864:
undefined reference to `__glapi_tls_Dispatch'
../../glx/.libs/libglx.a(glxcmds.o): In function `__glXDisp_SwapBuffers':
/usr/src/xorg-server-1.11.1-1/src/xserver-cygwin-1.11.1-1/glx/glxcmds.c:1578:
undefined reference to `__glapi_tls_Dispatch'
../../glx/.libs/libglx.a(glxcmds.o):/usr/src/xorg-server-1.11.1-1/src/xserver-cygwin-1.11.1-1/glx/glxcmds.c:1777:
more undefined references to `__glapi_tls_Dispatch' follow
collect2: ld returned 1 exit status
make[4]: *** [XWin.exe] Error 1
Who has "__glapi_tls_Dispatch"?