summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-11 08:59:43 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-11 08:59:43 +0000
commit01a497c0c571eed7cd2c38a4cb8900e3ed449dbb (patch)
tree323dd708a9e9675136195f124c3c09ab5bb263e0 /configure
parentecd6df1c72aca4fd3d2494eb5b4dd47dc62a07d2 (diff)
downloadmpv-01a497c0c571eed7cd2c38a4cb8900e3ed449dbb.tar.bz2
mpv-01a497c0c571eed7cd2c38a4cb8900e3ed449dbb.tar.xz
10l, forgot to add _inc_x11 to X11 cc check
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21588 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a5127ee2c0..c783fa1497 100755
--- a/configure
+++ b/configure
@@ -3839,7 +3839,7 @@ EOF
else
_ld_tmp="$I -lXext -lX11 $_ld_sock $_ld_pthread"
fi
- cc_check $_ld_tmp && _libs_mplayer="$_libs_mplayer $_ld_tmp" \
+ cc_check $_inc_x11 $_ld_tmp && _libs_mplayer="$_libs_mplayer $_ld_tmp" \
&& _x11=yes && break
done
fi