diff options
author | Carl Worth <cworth@cworth.org> | 2005-05-10 14:54:48 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-05-10 14:54:48 +0000 |
commit | 40796148b87eea991a9c624061a978821f108de6 (patch) | |
tree | a991e3220f611d3cacdc42818074b359dee1f05a /configure.in | |
parent | 6f3215cb7ff9c9ccb1728192765578ebb9352ac1 (diff) |
Fix URLs for glitz and xlibs, (thanks to Jason Dorje Short <jdorje@users.sf.net>).
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
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") |