Commit 882158a4 authored by Bruce Momjian's avatar Bruce Momjian

TCL_LIB.

parent a643d97f
...@@ -800,6 +800,7 @@ if test "$USE_TCL" = "true"; then ...@@ -800,6 +800,7 @@ if test "$USE_TCL" = "true"; then
USE_TCL= USE_TCL=
else else
TCL_LIB=-l$TCL_LIB TCL_LIB=-l$TCL_LIB
AC_SUBST(TCL_LIB)
fi fi
fi fi
...@@ -883,6 +884,7 @@ then ...@@ -883,6 +884,7 @@ then
USE_TCL= USE_TCL=
else else
TK_LIB=-l$TK_LIB TK_LIB=-l$TK_LIB
AC_SUBST(TK_LIB)
fi fi
LIBS="$ice_save_LIBS" LIBS="$ice_save_LIBS"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment