Index: trunk/psconfig/pschecklibs
===================================================================
--- trunk/psconfig/pschecklibs	(revision 17160)
+++ trunk/psconfig/pschecklibs	(revision 17490)
@@ -131,7 +131,7 @@
 
     if ($force ne "") {
-	if ($force eq $name) {
+	if ($force eq $name or (lc($force) eq "all" and lc($tarball) ne "none")) {
 	    &buildlib ($name, $tarball, $tardir, $use_equals, $configure_opts, $make_opts, $install_opts);
-	    exit 0;
+#	    exit 0;
 	}
 	next;
@@ -182,4 +182,9 @@
 sub buildlib {
     my ($name, $tarball, $tardir, $use_equals, $configure_opts, $make_opts, $install_opts) = @_;
+
+    if ($name eq "libz") {
+	print "zlib doesn't like psconfigure --- you have to build this yourself.";
+	return 1;
+    }
 
     if ($tarball eq "NONE") {
