diff --git a/configure b/configure index 1632c37817..6a249df5b1 100755 --- a/configure +++ b/configure @@ -2690,6 +2690,7 @@ if test "$_x11" = yes && test "$_vm" != no ; then cat > $TMPC < #include +#include int main(void) { (void) XF86VidModeQueryExtension(0, 0, 0); return 0; } EOF _vm=no