# HG changeset patch # User henry # Date 1125082836 0 # Node ID c8e32af14a6f964b75e47138796802fe58aa125a # Parent 26401de08141700eef5dc79554e4deb041050fb2 X11 can use pthread (fixes --enable-static) diff -r 26401de08141 -r c8e32af14a6f configure --- 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