mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
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]
This commit is contained in:
parent
eece0753eb
commit
73ff0f62c0
@ -114,7 +114,7 @@ GLIB_VERSION=1.2.0
|
|||||||
LIBIDL_VERSION=0.6.3
|
LIBIDL_VERSION=0.6.3
|
||||||
PERL_VERSION=5.006
|
PERL_VERSION=5.006
|
||||||
LIBART_VERSION=2.3.4
|
LIBART_VERSION=2.3.4
|
||||||
CAIRO_VERSION=1.4.2
|
CAIRO_VERSION=1.5.2
|
||||||
GLITZ_VERSION=0.4.0
|
GLITZ_VERSION=0.4.0
|
||||||
PANGO_VERSION=1.10.0
|
PANGO_VERSION=1.10.0
|
||||||
GTK2_VERSION=1.8.0
|
GTK2_VERSION=1.8.0
|
||||||
@ -3883,7 +3883,7 @@ MOZ_ARG_WITH_BOOL(system-nspr,
|
|||||||
_USE_SYSTEM_NSPR=1 )
|
_USE_SYSTEM_NSPR=1 )
|
||||||
|
|
||||||
if test -n "$_USE_SYSTEM_NSPR"; then
|
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
|
fi
|
||||||
|
|
||||||
if test -n "$MOZ_NATIVE_NSPR"; then
|
if test -n "$MOZ_NATIVE_NSPR"; then
|
||||||
@ -3926,7 +3926,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
|
|||||||
_USE_SYSTEM_NSS=1 )
|
_USE_SYSTEM_NSS=1 )
|
||||||
|
|
||||||
if test -n "$_USE_SYSTEM_NSS"; then
|
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
|
fi
|
||||||
|
|
||||||
if test -n "$MOZ_NATIVE_NSS"; then
|
if test -n "$MOZ_NATIVE_NSS"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user