aboutsummaryrefslogtreecommitdiff
path: root/sysutils/asapm/files/patch-configure
blob: a8c07269640ec169723a3766d0a622af74cb657b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
--- configure.orig	Thu Nov 30 19:05:04 2006
+++ configure	Thu Nov 30 19:04:44 2006
@@ -1289,6 +1289,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        \
@@ -1364,6 +1365,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        \
@@ -2289,6 +2291,7 @@
   rm -rf conftest*
   # Look for the header file in a standard set of common directories.
   for ac_dir in               \
+    ${X11BASE}/include        \
     /usr/X11/include          \
     /usr/X11R6/include        \
     /usr/X11R5/include        \
@@ -2368,6 +2371,7 @@
 # First see if replacing the include by lib works.
 for ac_dir in \
     `echo "$vt_xpm_includes" | sed 's,include/X11,lib,;s,include,lib,'` \
+    ${X11BASE}/lib        \
     /usr/X11/lib          \
     /usr/X11R6/lib        \
     /usr/X11R5/lib        \