mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 02:11:19 +00:00
put in deek's gl_driver patch (he's got too many local changes)
This commit is contained in:
parent
afcda85a63
commit
c7e5375554
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue