Remove libpng caveat

I'm not sure this description was 100% accurate; users can open issues
if they continue to have linkage problems.
pull/386/head
Jason Petersen 2016-03-23 17:20:35 -06:00
parent 59a28e24c9
commit f87df6ccf8
No known key found for this signature in database
GPG Key ID: 9F1D3510D110ABA9
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
```