1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Stop using the TCL_LIBS configuration variable when linking with Tcl. Remove superfluous 'rm' command.

FossilOrigin-Name: e1feab9834fe829d43ae895cc575ad269a36668c
This commit is contained in:
mistachkin
2012-12-06 00:16:51 +00:00
parent e825831ee4
commit f344a5e70e
5 changed files with 14 additions and 14 deletions

View File

@ -501,7 +501,6 @@ if test "${use_tcl}" = "yes" ; then
AC_SUBST(TCL_VERSION)
AC_SUBST(TCL_BIN_DIR)
AC_SUBST(TCL_SRC_DIR)
AC_SUBST(TCL_LIBS)
AC_SUBST(TCL_INCLUDE_SPEC)
AC_SUBST(TCL_LIB_FILE)