diff options
author | Tarek Soliman | 2011-12-14 19:02:30 -0600 |
---|---|---|
committer | Tarek Soliman | 2011-12-15 10:41:20 -0600 |
commit | 6a08869838cc81f703c9a7a3c055805b07393ea1 (patch) | |
tree | e7971820a6c34fb20d4a6e66452b268a23008d03 | |
parent | 2ce198575fbf2d06140c5ff3d610b782220f5e28 (diff) | |
download | scummvm-rg350-6a08869838cc81f703c9a7a3c055805b07393ea1.tar.gz scummvm-rg350-6a08869838cc81f703c9a7a3c055805b07393ea1.tar.bz2 scummvm-rg350-6a08869838cc81f703c9a7a3c055805b07393ea1.zip |
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.
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ _seq_midi=auto _timidity=auto _zlib=auto _sparkle=auto -_png=auto +_png=no _theoradec=auto _faad=auto _fluidsynth=auto |