[cairo-commit] configure.in

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Sep 3 13:51:26 PDT 2008


 configure.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit df7e365662649b9c434f0b558eb881183faed282
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Sep 3 16:48:43 2008 -0400

    [configure.in] Oops, this m4 quoting is tricky.  Another try.

diff --git a/configure.in b/configure.in
index 8ab00ac..3d48e9f 100644
--- a/configure.in
+++ b/configure.in
@@ -340,8 +340,8 @@ AC_DEFUN([CAIRO_BACKEND_ENABLE],
 			-e "s, at BACKEND_REQUIRES@,$$1_REQUIRES,g" \
 			-e "s%@BACKEND_NONPKGCONFIG_LIBS@%$$1_NONPKGCONFIG_LIBS%g" \
 			-e "s, at BACKEND_NONPKGCONFIG_CFLAGS@,$$1_NONPKGCONFIG_CFLAGS,g" \
-			-i "cairo_backend_pc()" ||
-			AC_MSG_ERROR(failed to update cairo_backend_pc())
+			-i "]cairo_backend_pc()[" ||
+			AC_MSG_ERROR(failed to update ]cairo_backend_pc()[)
 		      ],
 		      [
 		       SED='$SED'


More information about the cairo-commit mailing list