Mercurial > mplayer.hg
changeset 16312:c8e32af14a6f
X11 can use pthread (fixes --enable-static)
author | henry |
---|---|
date | Fri, 26 Aug 2005 19:00:36 +0000 |
parents | 26401de08141 |
children | f1951428d8b7 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Aug 26 18:58:06 2005 +0000 +++ b/configure Fri Aug 26 19:00:36 2005 +0000 @@ -3536,7 +3536,7 @@ _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