mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
TCL_LIB.
This commit is contained in:
parent
a643d97f29
commit
882158a4db
@ -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…
x
Reference in New Issue
Block a user