1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-01 01:04:50 +03:00
This commit is contained in:
Bruce Momjian 1998-10-12 19:45:03 +00:00
parent a643d97f29
commit 882158a4db

View File

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