[cairo-commit] configure.ac

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Sep 17 14:55:08 PDT 2008


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

New commits:
commit 3867d99ad7be391704a2b0d3d4542bd23c82fd73
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Sep 17 17:54:40 2008 -0400

    [configure.ac] Err, don't pass argument to AC_PROG_LIBTOOL

diff --git a/configure.ac b/configure.ac
index a49bf9f..43ac6db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ AC_CONFIG_AUX_DIR(build)
 AC_CONFIG_MACRO_DIR(build)
 AM_INIT_AUTOMAKE([1.8 gnu -Wall no-define])
 AC_LIBTOOL_WIN32_DLL dnl Must be called before AC_PROG_LIBTOOL
-AC_PROG_LIBTOOL([1.4])
+AC_PROG_LIBTOOL dnl ([1.4]) Don't remove!
 GTK_DOC_CHECK([1.6])
 
 dnl ===========================================================================
@@ -419,7 +419,7 @@ CAIRO_ENABLE(test_surfaces, test surfaces, no)
 dnl ===========================================================================
 
 CAIRO_ENABLE_SURFACE_BACKEND(image, image, always, [
-  pixman_REQUIRES="pixman-1 >= 0.12.0"
+  pixman_REQUIRES="pixman-1 >= 0.11.0"
   PKG_CHECK_MODULES(pixman, $pixman_REQUIRES, , [AC_MSG_RESULT(no)
   use_image="no (requires $pixman_REQUIRES http://cairographics.org/releases/)"])
   image_REQUIRES=$pixman_REQUIRES


More information about the cairo-commit mailing list