CONFIGURE: Don't link against libpng by default

Except for the PSP port, nothing is actually using libpng symbols.
It is being linked against if it is available at compile time.
This needlessly creates a dependency.
This commit is contained in:
Tarek Soliman 2011-12-14 19:02:30 -06:00
parent 2ce198575f
commit 6a08869838

2
configure vendored
View File

@ -137,7 +137,7 @@ _seq_midi=auto
_timidity=auto
_zlib=auto
_sparkle=auto
_png=auto
_png=no
_theoradec=auto
_faad=auto
_fluidsynth=auto