1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-05 23:38:41 +03:00

There where a few more problems fixed by the patch below.

o configure.in

Jan.
This commit is contained in:
Bruce Momjian
1998-10-09 16:57:10 +00:00
parent 1483456418
commit 40703f282a
4 changed files with 32 additions and 12 deletions

View File

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