summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorlu_zero <lu_zero@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-29 22:49:25 +0000
committerlu_zero <lu_zero@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-29 22:49:25 +0000
commit465cc5fb0ec0fec9df04db8702bb83b5c5623755 (patch)
tree45e5b9910169f1b43ad1b0cf5fc04a83c3d1074f /configure
parent850fb83c4b4d6c0b201d83c7c57d649fab07ce38 (diff)
downloadmpv-465cc5fb0ec0fec9df04db8702bb83b5c5623755.tar.bz2
mpv-465cc5fb0ec0fec9df04db8702bb83b5c5623755.tar.xz
Gentoo patches for Xext
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24672 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 73a592d8da..dc56f84cd5 100755
--- a/configure
+++ b/configure
@@ -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'