Skip to content

Commit 882158a

Browse files
committed
TCL_LIB.
1 parent a643d97 commit 882158a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/configure.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,7 @@ if test "$USE_TCL" = "true"; then
800800
USE_TCL=
801801
else
802802
TCL_LIB=-l$TCL_LIB
803+
AC_SUBST(TCL_LIB)
803804
fi
804805
fi
805806

@@ -883,6 +884,7 @@ then
883884
USE_TCL=
884885
else
885886
TK_LIB=-l$TK_LIB
887+
AC_SUBST(TK_LIB)
886888
fi
887889

888890
LIBS="$ice_save_LIBS"

0 commit comments

Comments
 (0)