1 --- VirtualBox-5.0.0_BETA3/configure
2 +++ VirtualBox-5.0.0_BETA3/configure
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 @@ -1415,21 +1412,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");
38 # don't check for yasm for the time beeing as 0.40 and 0.50 both have known bugs
39 # [ "$OS" != "darwin" ] && check_yasm
40 [ "$OS" != "darwin" ] && check_xsltproc
41 - [ "$OS" != "darwin" ] && check_mkisofs
47 [ $ONLY_ADDITIONS -eq 0 -a "$BUILD_MACHINE" = "amd64" -a $WITH_VMMRAW -eq 1 ] && check_32bit
48 # tools/common/makeself*
49 - [ $OSE -ge 1 ] && check_makeself
52 [ -n "$SETUP_WINE" ] && setup_wine