Update to configuration script
This commit is contained in:
parent
e4d13dd21f
commit
355ae29c7d
|
|
@ -329,7 +329,7 @@ if test $usingTcl ; then
|
||||||
# 1. Search previously named locations.
|
# 1. Search previously named locations.
|
||||||
|
|
||||||
for dir in \
|
for dir in \
|
||||||
$prefix \
|
$ac_default_prefix \
|
||||||
$exec_prefix
|
$exec_prefix
|
||||||
do
|
do
|
||||||
if test -r "$dir/tclConfig.sh" ; then
|
if test -r "$dir/tclConfig.sh" ; then
|
||||||
|
|
@ -414,7 +414,7 @@ if test $usingTcl ; then
|
||||||
# 1. Search previously named locations.
|
# 1. Search previously named locations.
|
||||||
#
|
#
|
||||||
for dir in \
|
for dir in \
|
||||||
$prefix \
|
$ac_default_prefix \
|
||||||
$exec_prefix
|
$exec_prefix
|
||||||
do
|
do
|
||||||
if test -r "$dir/tkConfig.sh" ; then
|
if test -r "$dir/tkConfig.sh" ; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue