configure
changeset 7397 d371cc0fbb3c
parent 7307 ac1545fc0a87
child 7790 73f48009ce0c
--- 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; }