changeset 24652:9835aef30037

Gentoo patches for Xext
author lu_zero
date Sat, 29 Sep 2007 22:49:25 +0000
parents 7e70e2c4cf3a
children 46dbc2e8c800
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Sep 29 22:28:24 2007 +0000
+++ b/configure	Sat Sep 29 22:49:25 2007 +0000
@@ -3910,7 +3910,7 @@
   (void) DPMSQueryExtension(0, 0, 0);
 }
 EOF
-  cc_check && _xdpms4=yes
+  cc_check -lXext && _xdpms4=yes
 fi
 if test "$_xdpms4" = yes ; then
   _def_xdpms='#define HAVE_XDPMS 1'
@@ -7163,7 +7163,7 @@
   return exitvar;
 }
 EOF
-    cc_check && _xshape=yes
+    cc_check "-lXext" && _xshape=yes
   fi
   if test "$_xshape" = yes ; then
     _def_xshape='#define HAVE_XSHAPE 1'