cf61cf6f0d
PR: 23316 Submitted by: Stephen J. Roznowski <sjr@home.net>
12 lines
488 B
Plaintext
12 lines
488 B
Plaintext
--- configure.orig Fri Nov 3 02:48:38 2000
|
|
+++ configure Tue Dec 5 21:08:05 2000
|
|
@@ -1953,7 +1953,7 @@
|
|
for i in $tcl_dirs ; do
|
|
tcl_include_dirs="$tcl_include_dirs $i/include"
|
|
done
|
|
-tcl_include_dirs="$tcl_with_include $tcl_include_dirs /usr/include/tcl /usr/include"
|
|
+tcl_include_dirs="$tcl_with_include $tcl_include_dirs /usr/local/include/tcl8.2 /usr/local/include/tk8.2 /usr/include/tcl /usr/include"
|
|
tcl_dir=0
|
|
for i in $tcl_include_dirs ; do
|
|
if test -r $i/tcl.h ; then
|