diff configure @ 14671:222d5ed2c49d

DGA works only with x11
author reimar
date Sun, 06 Feb 2005 20:56:16 +0000
parents 8e90bda0570b
children 23dc67608626
line wrap: on
line diff
--- a/configure	Sun Feb 06 18:27:12 2005 +0000
+++ b/configure	Sun Feb 06 20:56:16 2005 +0000
@@ -3592,6 +3592,9 @@
 echores "$_xf86keysym"
 
 echocheck "DGA"
+if test "$_x11" = no ; then
+  _dga=no
+fi
 # Version 2 is preferred to version 1 if available
 if test "$_dga" = auto ; then
   cat > $TMPC << EOF