put in deek's gl_driver patch (he's got too many local changes)

This commit is contained in:
Bill Currie 2002-06-11 14:52:51 +00:00
parent afcda85a63
commit c7e5375554

View file

@ -1168,7 +1168,7 @@ AC_ARG_WITH(gl-driver,
gl_driver=$withval,
gl_driver=auto
)
if test "$gl_driver" = auto; then
if test "$gl_driver" = auto -o "$gl_driver" = yes; then
if test "$SYSTYPE" = WIN32; then
gl_driver="OPENGL32.DLL"
else