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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user