diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,10 @@ 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. 2005-05-10 Carl Worth <cworth@cworth.org> diff --git a/configure.in b/configure.in index 7246bc37..db2053f3 100644 --- a/configure.in +++ b/configure.in @@ -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") |