7 - [ -n "$INCX11" ] && I_INCX11=`prefix_I "$INCX11"`
8 - if test_compile "$LIBX11 $I_INCX11" Xlibs Xlibs; then
11 + test_compile "$LIBX11 $I_INCX11" Xlibs Xlibs
15 @@ -1382,21 +1379,6 @@
17 extern "C" int main(void)
22 - dpy = XOpenDisplay(NULL);
25 - Bool glx_version = glXQueryVersion(dpy, &major, &minor);
29 - printf("found version %u.%u, OK.\n", major, minor);
33 - printf("found (inactive), OK.\n");