@@ -2,7 +2,7 @@ AC_PREREQ([2.63])
2
2
CAIRO_PARSE_VERSION
3
3
AC_INIT ( [ cairo] ,
4
4
[ cairo_version_major.cairo_version_minor.cairo_version_micro] ,
5
- [ http ://bugs.freedesktop.org/enter_bug.cgi?product=cairo] ,
5
+ [ https ://bugs.freedesktop.org/enter_bug.cgi?product=cairo] ,
6
6
[ cairo] ,
7
7
[ https://cairographics.org/] )
8
8
AC_CONFIG_AUX_DIR ( build )
@@ -143,7 +143,7 @@ CAIRO_ENABLE_SURFACE_BACKEND(xlib_xrender, Xlib Xrender, auto, [
143
143
CPPFLAGS="$CPPFLAGS $xlib_CFLAGS $xlib_NONPKGCONFIG_CFLAGS"
144
144
AC_CHECK_HEADER ( X11/extensions/Xrender.h ,
145
145
[ xlib_xrender_NONPKGCONFIG_LIBS="-lXrender"] ,
146
- [ use_xlib_xrender="no (requires $xlib_xrender_REQUIRES http ://freedesktop.org/Software/xlibs)"] ,
146
+ [ use_xlib_xrender="no (requires $xlib_xrender_REQUIRES https ://freedesktop.org/Software/xlibs)"] ,
147
147
[ #include <X11/X.h>] )
148
148
CPPFLAGS=$old_CPPFLAGS
149
149
] )
@@ -164,14 +164,14 @@ dnl ===========================================================================
164
164
CAIRO_ENABLE_SURFACE_BACKEND(xcb, XCB, auto, [
165
165
xcb_REQUIRES="xcb >= 1.6 xcb-render >= 1.6"
166
166
PKG_CHECK_MODULES(xcb, $xcb_REQUIRES, ,
167
- [ use_xcb="no (requires $xcb_REQUIRES http ://xcb.freedesktop.org)"] )
167
+ [ use_xcb="no (requires $xcb_REQUIRES https ://xcb.freedesktop.org)"] )
168
168
] )
169
169
170
170
CAIRO_ENABLE_FUNCTIONS(xlib_xcb, Xlib/XCB, no, [
171
171
if test "x$use_xcb" = "xyes" -a "x$use_xlib" = "xyes"; then
172
172
xlib_xcb_REQUIRES="x11-xcb"
173
173
PKG_CHECK_MODULES(xlib_xcb, $xlib_xcb_REQUIRES, ,
174
- [ use_xlib_xcb="no (requires $xlib_xcb_REQUIRES http ://xcb.freedesktop.org)"] )
174
+ [ use_xlib_xcb="no (requires $xlib_xcb_REQUIRES https ://xcb.freedesktop.org)"] )
175
175
else
176
176
use_xlib_xcb="no (requires both --enable-xlib and --enable-xcb)"
177
177
fi
@@ -181,7 +181,7 @@ CAIRO_ENABLE_FUNCTIONS(xcb_shm, XCB/SHM, auto, [
181
181
if test "x$use_xcb" = "xyes"; then
182
182
xcb_shm_REQUIRES="xcb-shm"
183
183
PKG_CHECK_MODULES(xcb_shm, $xcb_shm_REQUIRES, ,
184
- [ use_xcb_shm="no (requires $xcb_shm http ://xcb.freedesktop.org)"] )
184
+ [ use_xcb_shm="no (requires $xcb_shm https ://xcb.freedesktop.org)"] )
185
185
else
186
186
use_xcb_shm="no (requires --enable-xcb)"
187
187
fi
0 commit comments