projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a643d97
)
TCL_LIB.
author
Bruce Momjian
Mon, 12 Oct 1998 19:45:03 +0000
(19:45 +0000)
committer
Bruce Momjian
Mon, 12 Oct 1998 19:45:03 +0000
(19:45 +0000)
src/configure.in
patch
|
blob
|
blame
|
history
diff --git
a/src/configure.in
b/src/configure.in
index f74bb5ea0d6e83057fb822b6e0a036a144111236..fefe96d09ee4afdbe787dfaa52980216cb66b748 100644
(file)
--- 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"