$NetBSD: patch-aa,v 1.4 2000/01/17 17:36:36 pooka Exp $ --- configure.orig Sat Jan 15 14:16:29 2000 +++ configure Mon Jan 17 15:19:08 2000 @@ -1748,6 +1748,7 @@ # Look for the header file in a standard set of common directories. # Check X11 before X11Rn because it is often a symlink to the current release. for ac_dir in \ + ${X11BASE}/include \ /usr/X11/include \ /usr/X11R6/include \ /usr/X11R5/include \ @@ -1823,6 +1824,7 @@ # First see if replacing the include by lib works. # Check X11 before X11Rn because it is often a symlink to the current release. for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \ + ${X11BASE}/lib \ /usr/X11/lib \ /usr/X11R6/lib \ /usr/X11R5/lib \