diff options
| author | Bruce Momjian <bruce@momjian.us> | 1998-10-09 16:57:10 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1998-10-09 16:57:10 +0000 |
| commit | 40703f282afdfe8bb319f2bd914bba031db7b0f2 (patch) | |
| tree | 213f911d4fd631e01545fc309224649c8de7035b /src/configure.in | |
| parent | 148345641803054552435e2ac3490736703a12a4 (diff) | |
| download | postgresql-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.in | 5 |
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) |
