From 0cec4464715a6e8745073e46762eacd189565055 Mon Sep 17 00:00:00 2001 From: "reed%reedloden.com" Date: Wed, 28 Nov 2007 22:40:21 +0000 Subject: [PATCH] Bug 405219 - "system nspr, nss and cairo checks should bump their version checking" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner] --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 9837bfe1fbc..179ad13fc4a 100644 --- a/configure.in +++ b/configure.in @@ -114,7 +114,7 @@ GLIB_VERSION=1.2.0 LIBIDL_VERSION=0.6.3 PERL_VERSION=5.006 LIBART_VERSION=2.3.4 -CAIRO_VERSION=1.4.2 +CAIRO_VERSION=1.5.2 GLITZ_VERSION=0.4.0 PANGO_VERSION=1.10.0 GTK2_VERSION=1.8.0 @@ -3883,7 +3883,7 @@ MOZ_ARG_WITH_BOOL(system-nspr, _USE_SYSTEM_NSPR=1 ) if test -n "$_USE_SYSTEM_NSPR"; then - AM_PATH_NSPR(4.0.0, [MOZ_NATIVE_NSPR=1], [MOZ_NATIVE_NSPR=]) + AM_PATH_NSPR(4.7.0, [MOZ_NATIVE_NSPR=1], [MOZ_NATIVE_NSPR=]) fi if test -n "$MOZ_NATIVE_NSPR"; then @@ -3926,7 +3926,7 @@ MOZ_ARG_WITH_BOOL(system-nss, _USE_SYSTEM_NSS=1 ) if test -n "$_USE_SYSTEM_NSS"; then - AM_PATH_NSS(3.0.0, [MOZ_NATIVE_NSS=1], [MOZ_NATIVE_NSS=]) + AM_PATH_NSS(3.12.0, [MOZ_NATIVE_NSS=1], [MOZ_NATIVE_NSS=]) fi if test -n "$MOZ_NATIVE_NSS"; then