Index: trunk/psconfig/pschecklibs
===================================================================
--- trunk/psconfig/pschecklibs	(revision 16092)
+++ trunk/psconfig/pschecklibs	(revision 16129)
@@ -174,7 +174,8 @@
     print "\n";
     print "you may install them in your local path by re-running pschecklibs with -build\n";
-} else {
-    print "no C libraries are missing from your system\n";
-}
+    exit 1;
+}
+
+print "no C libraries are missing from your system\n";
 exit 0;
 
