summaryrefslogtreecommitdiff
path: root/src/configure.in
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-10-09 16:57:10 +0000
committerBruce Momjian <bruce@momjian.us>1998-10-09 16:57:10 +0000
commit40703f282afdfe8bb319f2bd914bba031db7b0f2 (patch)
tree213f911d4fd631e01545fc309224649c8de7035b /src/configure.in
parent148345641803054552435e2ac3490736703a12a4 (diff)
downloadpostgresql-40703f282afdfe8bb319f2bd914bba031db7b0f2.tar.gz
There where a few more problems fixed by the patch below.
o configure.in Jan.
Diffstat (limited to 'src/configure.in')
-rw-r--r--src/configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/configure.in b/src/configure.in
index 81208640fd..71525c35b3 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -817,6 +817,11 @@ if test "$USE_TCL"; then
fi
fi
done
+ if test -z "$TCL_CONFIG_SH"; then
+ if test -d "$dir" -a -r "$dir/tclConfig.sh"; then
+ TCL_CONFIG_SH=$dir/tclConfig.sh
+ fi
+ fi
done
if test -z "$TCL_CONFIG_SH"; then
AC_MSG_RESULT(no)