blob: 2a599be4fe9fe930462f3c0b81a93da7e46002c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-aa,v 1.4 1999/07/06 08:00:50 jlam Exp $
--- configure.orig Sun Aug 23 14:00:40 1998
+++ configure Fri Jul 2 07:26:56 1999
@@ -1507,6 +1507,8 @@
# 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 \
@@ -1582,6 +1584,8 @@
# 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 \
|