This commit is contained in:
Bruce Momjian 1998-10-12 19:45:03 +00:00
parent a643d97f29
commit 882158a4db
1 changed files with 2 additions and 0 deletions

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"