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
This commit is contained in:
bryner%netscape.com 2003-03-08 00:54:12 +00:00
Родитель 2ad2343598
Коммит 6add5871c2
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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