Index: /trunk/psconfig/pschecklibs
===================================================================
--- /trunk/psconfig/pschecklibs	(revision 12923)
+++ /trunk/psconfig/pschecklibs	(revision 12924)
@@ -39,5 +39,5 @@
 mkdir -p $incdir
 
-# I supplement this list with LD_LIBRARY_PATH below
+# I supplement this list with LIBRARY_PATH below
 set syslibpath = "/lib /usr/lib /usr/X11R6/lib /usr/local/lib "
 set needlibs   = ""
@@ -168,7 +168,7 @@
 echo "setting architecture to: $arch" 
 
-# add the LD_LIBRARY_PATH
-if ($?LD_LIBRARY_PATH) then 
-  set libpath = `echo $LD_LIBRARY_PATH | tr ':' ' '`
+# add the LIBRARY_PATH
+if ($?LIBRARY_PATH) then 
+  set libpath = `echo LIBRARY_PATH | tr ':' ' '`
 else
   set libpath = ""
