avoid png & zlib makefiles when libpng is enabled
svn: r14248
This commit is contained in:
parent
1ac8f8b113
commit
043ffccc91
6
src/configure
vendored
6
src/configure
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user