[cairo] freedesktop.org links in configure.in are wrong

Jason Dorje Short jdorje at users.sf.net
Thu Apr 7 16:12:15 PDT 2005


The patch should pretty much be self-explanatory - the URL was 
misspelled.  The XCB link actually did exist but was a directory 
listing; the other two just gave "file not found".  All the new links do 
work.


-jason
-------------- next part --------------
Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.98
diff -u -r1.98 configure.in
--- configure.in	7 Apr 2005 19:05:52 -0000	1.98
+++ configure.in	7 Apr 2005 23:10:40 -0000
@@ -60,7 +60,7 @@
       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
 
 if test "x$use_xlib" != "xyes"; then
@@ -106,7 +106,7 @@
 
 if test "x$use_xcb" = "xyes"; then
   PKG_CHECK_MODULES(XCB, xcb, [use_xcb=yes], [
-  use_xcb="no (requires XCB http://freedesktop.org/software/xcb)"])
+  use_xcb="no (requires XCB http://freedesktop.org/Software/xcb)"])
 fi
 
 if test "x$use_xcb" != "xyes"; then
@@ -240,7 +240,7 @@
 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
 
 if test "x$use_glitz" != "xyes"; then


More information about the cairo mailing list