updated SVN 10332 for zlib configure script

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@10335 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2015-10-02 06:40:47 +00:00
parent 397e0e81a7
commit 35f57271f7

View File

@ -1,11 +1,11 @@
Version @PHREEQC_VER@: @PHREEQC_DATE@
---------
svn 10331
svn 10332
---------
PhreeqcRM: Bug in CMake scripts required developer zlib to be installed. Now
zlib is only need if the compiler ifdef USE_GZ is defined to write compressed
dump files.
PhreeqcRM: Bug in configure scripts required developer zlib to be installed. Now
zlib is only needed if the --with-zlib option is given in order to write compressed
dump files (USE_GZ).
---------
svn 10327