avoid png & zlib makefiles when libpng is enabled

svn: r14248
This commit is contained in:
Matthew Flatt 2009-03-24 16:35:01 +00:00
parent 1ac8f8b113
commit 043ffccc91
2 changed files with 10 additions and 2 deletions

6
src/configure vendored
View File

@ -12014,8 +12014,12 @@ if test "${enable_mred}" = "yes" ; then
makefiles="$makefiles
mred/Makefile
mred/wxs/Makefile mred/wxme/Makefile
mred/gc2/Makefile
mred/gc2/Makefile"
if test "${enable_libpng}" != "yes" ; then
makefiles="$makefiles
wxcommon/libpng/Makefile wxcommon/zlib/Makefile"
fi
if test "${enable_quartz}" = "yes" ; then
makefiles="$makefiles

View File

@ -1453,8 +1453,12 @@ if test "${enable_mred}" = "yes" ; then
makefiles="$makefiles
mred/Makefile
mred/wxs/Makefile mred/wxme/Makefile
mred/gc2/Makefile
mred/gc2/Makefile"
if test "${enable_libpng}" != "yes" ; then
makefiles="$makefiles
wxcommon/libpng/Makefile wxcommon/zlib/Makefile"
fi
if test "${enable_quartz}" = "yes" ; then
makefiles="$makefiles