diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-10-12 19:45:03 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-10-12 19:45:03 +0000 |
commit | 882158a4db94306571b6773ec4df9a8d9aedd78a (patch) | |
tree | a0518c49bc7647ca11ae860fbde0fbf675badaab /src | |
parent | a643d97f2941a4c0e8825233311ac92289874889 (diff) |
TCL_LIB.
Diffstat (limited to 'src')
-rw-r--r-- | src/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/configure.in b/src/configure.in index f74bb5ea0d6..fefe96d09ee 100644 --- a/src/configure.in +++ b/src/configure.in @@ -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" |