configure
branchgamebalance
changeset 9913 e79cd19772dd
parent 9912 1ac8aac92385
child 7790 73f48009ce0c
--- a/configure	Wed Jun 13 12:05:56 2007 +0000
+++ b/configure	Tue Jun 19 07:21:01 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; }