[MPlayer-cvslog] r24672 - trunk/configure

lu_zero subversion at mplayerhq.hu
Sun Sep 30 00:49:25 CEST 2007


Author: lu_zero
Date: Sun Sep 30 00:49:25 2007
New Revision: 24672

Log:
Gentoo patches for Xext

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Sep 30 00:49:25 2007
@@ -3910,7 +3910,7 @@ int main(void) {
   (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 @@ int main(void) {
   return exitvar;
 }
 EOF
-    cc_check && _xshape=yes
+    cc_check "-lXext" && _xshape=yes
   fi
   if test "$_xshape" = yes ; then
     _def_xshape='#define HAVE_XSHAPE 1'



More information about the MPlayer-cvslog mailing list