Skip to content

Commit

Permalink
Fixed VGL detection on FreeBSD (thanks David!)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 9, 2001
1 parent 28e72eb commit 1a63467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -775,7 +775,7 @@ CheckVGL()
#include <vgl.h>
],[
VGLBitmap bitmap;
exit(bitmap.PixelBytes);
exit(bitmap.Bitmap);
],[
video_vgl=yes
])
Expand Down

0 comments on commit 1a63467

Please sign in to comment.