From: Bruce Momjian Date: Mon, 12 Oct 1998 19:45:03 +0000 (+0000) Subject: TCL_LIB. X-Git-Tag: REL6_4_2~242 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=882158a4db94306571b6773ec4df9a8d9aedd78a;p=postgresql TCL_LIB. --- diff --git a/src/configure.in b/src/configure.in index f74bb5ea0d..fefe96d09e 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"