aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure b/configure
index f4d1f08..6992085 100755
--- a/configure
+++ b/configure
@@ -1354,7 +1354,8 @@ Optional Packages:
These are disabled by default:
nvp - Name-value pairs C-only API
- tree - Similar to tcllib ::struct::tree using references
+ oo - Jim OO extension
+ tree - OO tree structure, similar to tcllib ::struct::tree
readline - Interface to libreadline
rlprompt - Tcl wrapper around the readline extension
sqlite - Interface to sqlite
@@ -3843,12 +3844,12 @@ in_list()
}
# Tcl extensions
-ext_tcl="stdlib glob tclcompat tree rlprompt"
+ext_tcl="stdlib glob tclcompat tree rlprompt oo"
# C extensions
ext_c="load package readdir array clock exec file posix regexp signal aio eventloop syslog nvp readline sqlite sqlite3 win32"
# Tcl extensions which can be modules
-ext_tcl_mod="glob tree rlprompt"
+ext_tcl_mod="glob tree rlprompt oo"
# C extensions which can be modules
ext_c_mod="readdir array clock file posix regexp syslog readline sqlite sqlite3 win32"