diff --git a/configure.in b/configure.in index e81ef6454..0a5c8e917 100644 --- a/configure.in +++ b/configure.in @@ -1235,6 +1235,8 @@ AC_HELP_STRING([--enable-video-vgl], [use VGL video driver [[default=yes]]]), #include ],[ VGLBitmap bitmap; + bitmap.Type = VIDBUF32; + bitmap.PixelBytes = 4; exit(bitmap.Bitmap); ],[ video_vgl=yes