[cairo-commit] configure.ac

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Sep 10 21:51:08 PDT 2008


 configure.ac |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit f9a332c8fda32136a99299ac73a1737028fa8795
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Thu Sep 11 00:49:17 2008 -0400

    [configure.ac] Fix pixman requires

diff --git a/configure.ac b/configure.ac
index 67e2a98..93fb7e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -415,9 +415,9 @@ CAIRO_ENABLE(test_surfaces, test surfaces, no)
 dnl ===========================================================================
 
 CAIRO_ENABLE_SURFACE_BACKEND(image, image, always, [
-  pixman_REQUIRES="pixman-1 >= 0.11.2"
-  PKG_CHECK_MODULES(pixman, $pixman_REQUIRES, , [AC_MSG_RESULT(no)
-  use_image="no (requires $pixman_REQUIRES http://cairographics.org/releases/)"])
+  image_REQUIRES="pixman-1 >= 0.11.2"
+  PKG_CHECK_MODULES(pixman, $image_REQUIRES, , [AC_MSG_RESULT(no)
+  use_image="no (requires $image_REQUIRES http://cairographics.org/releases/)"])
 ])
 
 dnl ===========================================================================


More information about the cairo-commit mailing list