Index: /trunk/psLib/src/sys/psConfigure.c
===================================================================
--- /trunk/psLib/src/sys/psConfigure.c	(revision 11711)
+++ /trunk/psLib/src/sys/psConfigure.c	(revision 11712)
@@ -13,6 +13,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-02-03 05:54:08 $
+ *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-02-08 23:28:23 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -51,10 +51,9 @@
     psString tag = psStringStripCVS(cvsTag, "Name"); // CVS tag
 
-    psStringAppend(&version, " (cvs tag %s), %s, %s with"
-                   #ifdef HAVE_PSDB
-                   "out"
-                   #endif
-                   " psDB", tag, __DATE__, __TIME__);
-
+#ifdef HAVE_PSDB
+    psStringAppend(&version, " (cvs tag %s), %s, %s with psDB", tag, __DATE__, __TIME__);
+#else
+    psStringAppend(&version, " (cvs tag %s), %s, %s without psDB", tag, __DATE__, __TIME__);
+#endif
     psFree(tag);
     return version;
