Remove libpng caveat

I'm not sure this description was 100% accurate; users can open issues
if they continue to have linkage problems.
pull/1938/head
Jason Petersen 2016-03-23 17:20:35 -06:00
parent a0bcd57e84
commit 9662e92b49
1 changed files with 0 additions and 4 deletions

View File

@ -34,8 +34,4 @@ We're happy you want to contribute! You can help us in different ways:
sudo make install
cd src/test/regress
make check-multi
# if you enncounter an error about __cg_jpeg_resync_to_restart, try
# brew uninstall libpng
# and retry make check-multi
```