Displaying 1 result from an estimated 1 matches for "wine_cv_opengl_version_threadsafe".
2001 Aug 05
1
WineX Build Problems
...c."
fi
if test "$wine_cv_opengl_version_OK" = "no"
then
echo
echo "*** Warning: old Mesa headers detected. Wine will be built without
Direct3D"
echo "*** support. Consider upgrading your Mesa libraries
(http://www.mesa3d.org/)."
fi
if test "$wine_cv_opengl_version_threadsafe" = "yes" -a $OPENGL = "normal"
then
echo
echo "*** Warning: the OpenGL version you have installed relies on
libpthread for"
echo "*** thread-safety. To prevent crashes, OpenGL support has been
removed." echo "*** A fix for glibc 2.1.3 that se...