Update to configuration script

This commit is contained in:
Tim Edwards 2015-11-15 16:53:34 -05:00
parent e4d13dd21f
commit 355ae29c7d
1 changed files with 2 additions and 2 deletions

View File

@ -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