Index: branches/eam_branches/ipp-20120601/Ohana/configure.tcsh
===================================================================
--- branches/eam_branches/ipp-20120601/Ohana/configure.tcsh	(revision 33977)
+++ branches/eam_branches/ipp-20120601/Ohana/configure.tcsh	(revision 33983)
@@ -212,4 +212,7 @@
 
 set syslibpath = "/lib /usr/lib /usr/X11R6/lib /usr/local/lib"
+set xtrlibpath = `checkpaths.pl lib`
+set syslibpath = "$syslibpath $xtrlibpath"
+
 set needlibs   = ""
 set needlibs   = "$needlibs png"
@@ -226,4 +229,6 @@
 
 set sysincpath = "/usr/include /usr/local/include /usr/X11R6/include"
+set xtrincpath = `checkpaths.pl include`
+set sysincpath = "$sysincpath $xtrincpath"
 
 set needincs = ""
@@ -334,4 +339,6 @@
 echo "setting architecture to: $arch" 
 
+# add 
+
 # set up the basic directory names:
 set root = `pwd`
@@ -707,2 +714,3 @@
 EOF
  exit 2;
+
