[libpng16] Fixed 'prefix' builds on clean systems. The generation of pngprefix.h

should not require itself.
This commit is contained in:
John Bowler
2012-01-31 21:01:49 -06:00
committed by Glenn Randers-Pehrson
parent 6437604a5e
commit 3167541570
4 changed files with 10 additions and 4 deletions

View File

@@ -139,7 +139,7 @@
#include "png.h"
#include "pnginfo.h"
#include "pngstruct.h"
#ifdef PNG_PREFIX
#if defined PNG_PREFIX && !defined PNGPREFIX_H
# include "pngprefix.h"
#endif