summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-09-03 16:48:43 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-03 16:48:43 -0400
commitdf7e365662649b9c434f0b558eb881183faed282 (patch)
treeee9ee30f62b161af3f684e09a6b2980040b51b8a
parentf2f1653fcf7bbd56befe8d297dca5149b5536275 (diff)
[configure.in] Oops, this m4 quoting is tricky. Another try.
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 8ab00acd..3d48e9f5 100644
--- a/configure.in
+++ b/configure.in
@@ -340,8 +340,8 @@ AC_DEFUN([CAIRO_BACKEND_ENABLE],
-e "s,@BACKEND_REQUIRES@,$$1_REQUIRES,g" \
-e "s%@BACKEND_NONPKGCONFIG_LIBS@%$$1_NONPKGCONFIG_LIBS%g" \
-e "s,@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'