summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-26 19:00:36 +0000
committerhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-26 19:00:36 +0000
commit5580ea1fcb4f8c91814e300dd285a5a7fbcfe4d6 (patch)
tree790f3cf176537e0f30033ae2aa6822025a19bb2c /configure
parent8cf83567d4437d1a363fdf4028276d25ed755924 (diff)
downloadmpv-5580ea1fcb4f8c91814e300dd285a5a7fbcfe4d6.tar.bz2
mpv-5580ea1fcb4f8c91814e300dd285a5a7fbcfe4d6.tar.xz
X11 can use pthread (fixes --enable-static)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16313 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 62804946dd..c0894e2d40 100755
--- a/configure
+++ b/configure
@@ -3536,7 +3536,7 @@ EOF
_x11_paths="/usr/X11R6/lib /usr/lib/X11R6 /usr/X11/lib /usr/lib32 /usr/openwin/lib /usr/X11R6/lib64 /usr/lib"
fi
for I in $_x11_paths ; do
- _ld_x11="-L$I -lXext -lX11 $_ld_sock"
+ _ld_x11="-L$I -lXext -lX11 $_ld_sock $_ld_pthread"
if netbsd; then
_ld_x11="$_ld_x11 -Wl,-R$I"
fi