mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 06:08:26 -04:00
TCL_LIB.
This commit is contained in:
parent
a643d97f29
commit
882158a4db
1 changed files with 2 additions and 0 deletions
|
|
@ -800,6 +800,7 @@ if test "$USE_TCL" = "true"; then
|
|||
USE_TCL=
|
||||
else
|
||||
TCL_LIB=-l$TCL_LIB
|
||||
AC_SUBST(TCL_LIB)
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
@ -883,6 +884,7 @@ then
|
|||
USE_TCL=
|
||||
else
|
||||
TK_LIB=-l$TK_LIB
|
||||
AC_SUBST(TK_LIB)
|
||||
fi
|
||||
|
||||
LIBS="$ice_save_LIBS"
|
||||
|
|
|
|||
Loading…
Reference in a new issue