Require base API versions of system libraries instead of in-tree versions

(bug 194665).  The new system version requirements are:

zlib 1.0.0
libpng 1.2.0
libmng 1.0.0

r=cls


git-svn-id: svn://10.0.0.236/trunk@139124 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%netscape.com
2003-03-08 00:54:12 +00:00
parent 5dd12ac803
commit b347f3a939

View File

@@ -76,9 +76,9 @@ _SUBDIR_CONFIG_ARGS="$ac_configure_args"
dnl Set the version number of the libs included with mozilla
dnl ========================================================
MOZJPEG=62
MOZPNG=10205
MOZMNG="((1<<16)|(0<<8)|(5))"
MOZZLIB=1.1.4
MOZPNG=10200
MOZMNG="((1<<16)|(0<<8)|(0))"
MOZZLIB=1.0.0
NSPR_VERSION=4
dnl Set the minimum version of toolkit libs used by mozilla