Fix bug of not generating makefiles for mng. Thanks to Dmitry Kubov <Dmitry@north.cs.msu.su> for the patch

This commit is contained in:
cls%seawood.org 2001-01-22 07:55:01 +00:00
parent 806e769d34
commit 39c325b9c2

View File

@ -785,7 +785,7 @@ if [ ! "$SYSTEM_PNG" ]; then
MAKEFILES_libimg="$MAKEFILES_libimg modules/libimg/png/Makefile"
fi
if [ "$SYSTEM_MNG" ]; then
if [ ! "$SYSTEM_MNG" ]; then
MAKEFILES_libimg="$MAKEFILES_libimg modules/libimg/mng/Makefile"
fi