Skip to content

Commit

Permalink
Applied Maxim's patch for VGL detection on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 31, 2001
1 parent c302902 commit 1d40e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.in
Expand Up @@ -775,7 +775,7 @@ CheckVGL()
#include <vgl.h>
],[
VGLBitmap bitmap;
exit(bitmap.PyxelBytes);
exit(bitmap.PixelBytes);
],[
video_vgl=yes
])
Expand Down Expand Up @@ -1257,7 +1257,6 @@ case "$target" in
CheckX11
CheckDGA
CheckSVGA
CheckVGL
CheckAAlib
CheckOpenGL
CheckPTHREAD
Expand Down Expand Up @@ -1294,6 +1293,7 @@ case "$target" in
ARCH=freebsd
CheckDummyVideo
CheckDiskAudio
CheckVGL
CheckNASM
CheckOSS
CheckARTSC
Expand Down

0 comments on commit 1d40e7d

Please sign in to comment.