Add xthreadlib variable to x11.pc. Bump to 0.99.1.

This commit is contained in:
Adam Jackson 2005-08-17 19:46:08 +00:00
parent e1f4c6f5e3
commit 60217fdb91
3 changed files with 18 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2005-08-17 Adam Jackson <ajax@freedesktop.org>
* configure.ac:
* x11.pc.in:
Add xthreadlib variable to x11.pc. Bump to 0.99.1.
2005-07-14 Keith Packard <keithp@keithp.com>
* Makefile.am:

View file

@ -3,7 +3,7 @@
AC_PREREQ(2.57)
AC_INIT([libX11],
0.99.0,
0.99.1,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
libX11)
AC_CONFIG_SRCDIR([Makefile.am])
@ -139,6 +139,15 @@ esac
AC_SUBST(XTHREADS)
AC_SUBST(XUSE_MTSAFE_API)
dnl XXX incomplete, please fill this in
if test x$xthreads == xyes ; then
case $host_os in
linux*)
XTHREADLIB=-lpthread ;;
esac
fi
AC_SUBST(XTHREADLIB)
AC_CHECK_LIB(Xdmcp, XdmcpWrap, [xdmauth="yes"], [xdmauth="no"], [$XDMCP_LIBS])
case x$xdmauth in

View file

@ -3,6 +3,8 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
xthreadlib=@XTHREADLIB@
Name: X11
Description: X Library
Version: @PACKAGE_VERSION@