blob: 2d5297e692b2145895de013a3b98e83257c05eea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- configure.orig Sun Oct 17 02:11:36 2004
+++ configure Sun Oct 17 02:15:38 2004
@@ -19381,7 +19382,7 @@
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $prefix/bin
+for as_dir in $prefix/bin $X11BASE/bin
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
@@ -19432,7 +19433,7 @@
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $prefix/bin
+for as_dir in $prefix/bin $X11BASE/bin
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
|