|
@@ -146,7 +146,11 @@
|
|
|
//#print - Did not find SDL
|
|
//#print - Did not find SDL
|
|
|
//#endif
|
|
//#endif
|
|
|
#if $[HAVE_X11]
|
|
#if $[HAVE_X11]
|
|
|
|
|
+#if $[HAVE_XF86DGA]
|
|
|
|
|
+#print + X11, with XFree86-DGA
|
|
|
|
|
+#else
|
|
|
#print + X11
|
|
#print + X11
|
|
|
|
|
+#endif
|
|
|
#else
|
|
#else
|
|
|
#print - Did not find X11
|
|
#print - Did not find X11
|
|
|
#endif
|
|
#endif
|
|
@@ -382,6 +386,9 @@ $[cdefine HAVE_SDL]
|
|
|
/* Define if we have X11. */
|
|
/* Define if we have X11. */
|
|
|
$[cdefine HAVE_X11]
|
|
$[cdefine HAVE_X11]
|
|
|
|
|
|
|
|
|
|
+/* Define if we have the XFree86-DGA extension. */
|
|
|
|
|
+$[cdefine HAVE_XF86DGA]
|
|
|
|
|
+
|
|
|
/* Define if we want to compile the threading code. */
|
|
/* Define if we want to compile the threading code. */
|
|
|
$[cdefine HAVE_THREADS]
|
|
$[cdefine HAVE_THREADS]
|
|
|
|
|
|