Index: driver/cfa.cc
===================================================================
--- driver/cfa.cc	(revision 37fe3525f53534b29c07f4f1204c5f779836d193)
+++ driver/cfa.cc	(revision 28582b2f67a95666cd46d6aa6b773838c5711333)
@@ -355,6 +355,5 @@
 		libdir = string(CFA_LIBDIR) + arch + config;
 		if( !dirExists(libdir) ) {
-			cerr << argv[0] << " internal error, cannot find prelude directory." << endl;
-			cerr << "Was looking for " << libdir << endl;
+			cerr << argv[0] << " internal error, configuration " << config << " not installed." << endl;
 			libdir = string(CFA_LIBDIR) + arch + "nolib";
 		}
