changeset 14671:222d5ed2c49d

DGA works only with x11
author reimar
date Sun, 06 Feb 2005 20:56:16 +0000
parents a29a8447bef0
children 61bdf23b9466
files configure
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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