*** configure.orig	Wed Feb 15 18:50:41 1995
--- configure	Wed Feb 15 18:52:26 1995
***************
*** 523,528 ****
--- 523,530 ----
      dir=/usr/include/X11R4
    elif test -r /usr/include/X11R5/X11/Intrinsic.h; then
      dir=/usr/include/X11R5
+   elif test -r /usr/X11R6/include/X11/Intrinsic.h; then
+     dir=/usr/X11R6/include
  
    elif test -r /usr/lpp/X11/Xamples/include/X11/Intrinsic.h; then
      dir=/usr/lpp/X11/Xamples/include
***************
*** 568,573 ****
--- 570,577 ----
    dir1=/usr/lib/X11R4
  elif test -r /usr/lib/X11R5/libXt.a; then
    dir1=/usr/lib/X11R5
+ elif test -r /usr/X11R6/lib/libXt.a; then
+   dir1=/usr/X11R6/lib
  
  elif test -r /usr/lpp/X11/Xamples/lib/Xt/libXt.a; then
    dir1=/usr/lpp/X11/Xamples/lib/Xt
***************
*** 699,705 ****
  #include "confdefs.h"
  #include <X11/X.h>
  EOF
! err=`eval "($CPP conftest.c >/dev/null) 2>&1"`
  if test -z "$err"; then
    rm -rf conftest*
    
--- 703,709 ----
  #include "confdefs.h"
  #include <X11/X.h>
  EOF
! err=`eval "($CPP -I/usr/X11R6/include conftest.c >/dev/null) 2>&1"`
  if test -z "$err"; then
    rm -rf conftest*
    
