Fix URLs for glitz and xlibs, (thanks to Jason Dorje Short <jdorje@users.sf.net>).

This commit is contained in:
Carl Worth 2005-05-10 14:54:48 +00:00
parent 6f3215cb7f
commit 40796148b8
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2005-05-10 Carl Worth <cworth@cworth.org>
* configure.in: Fix URLs for glitz and xlibs, (thanks to Jason
Dorje Short <jdorje@users.sf.net>).
2005-05-10 Carl Worth <cworth@cworth.org>
* configure.in: Update to current canonical URL for XCB.

View file

@ -60,7 +60,7 @@ if test "x$use_xlib" = "xyes"; then
AC_PATH_XTRA
XRENDER_LIBS="$X_LIBS -lXrender -lXext -lX11 $X_EXTRA_LIBS"
use_xlib=yes], [
use_xlib="no (requires Xrender http://freedesktop.org/software/xlibs)"])])
use_xlib="no (requires Xrender http://freedesktop.org/Software/xlibs)"])])
fi
AM_CONDITIONAL(CAIRO_HAS_XLIB_SURFACE, test "x$use_xlib" = "xyes")
@ -217,7 +217,7 @@ AC_ARG_ENABLE(glitz,
if test "x$use_glitz" = "xyes"; then
PKG_CHECK_MODULES(GLITZ, glitz >= 0.4.0, [
GLITZ_REQUIRES=glitz
use_glitz=yes], [use_glitz="no (requires glitz http://freedesktop.org/software/glitz)"])
use_glitz=yes], [use_glitz="no (requires glitz http://freedesktop.org/Software/glitz)"])
fi
AM_CONDITIONAL(CAIRO_HAS_GLITZ_SURFACE, test "x$use_glitz" = "xyes")