configure
changeset 6901 ad8e8b93060d
parent 6811 b8a89042096a
child 7294 b53e8aae866c
--- a/configure	Wed Jun 13 18:36:04 2007 +0000
+++ b/configure	Wed Jun 13 18:52:06 2007 +0000
@@ -83,6 +83,7 @@
 		deep += 1;
 
 		if ($0 == "SDL"         && "'$sdl_config'" == "")          { next; }
+		if ($0 == "PNG"         && "'$png_config'" == "")          { next; }
 		if ($0 == "OSX"         && "'$os'" != "OSX")               { next; }
 		if ($0 == "OS2"         && "'$os'" != "OS2")               { next; }
 		if ($0 == "PSP"         && "'$os'" != "PSP")               { next; }