diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-09 12:11:04 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-09 12:11:04 (GMT) |
commit | d677e8a8ae7188b1aebd47c054633273808d5764 (patch) | |
tree | af01fe5896a56517899cf3533103ab84a9fdfeed /unix/tclooConfig.sh | |
parent | b7ab9a658afe9ad4c7fd964c597075c7ea4707e7 (diff) | |
download | tcl-d677e8a8ae7188b1aebd47c054633273808d5764.zip tcl-d677e8a8ae7188b1aebd47c054633273808d5764.tar.gz tcl-d677e8a8ae7188b1aebd47c054633273808d5764.tar.bz2 |
Flag USE_TCLOO_STUBS is not necessary any more for extensions: Stubs are the only way to access TclOO, so it is implied.
Diffstat (limited to 'unix/tclooConfig.sh')
-rw-r--r-- | unix/tclooConfig.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclooConfig.sh b/unix/tclooConfig.sh index dce540a..5cb4d99 100644 --- a/unix/tclooConfig.sh +++ b/unix/tclooConfig.sh @@ -15,5 +15,5 @@ TCLOO_LIB_SPEC="" TCLOO_STUB_LIB_SPEC="" TCLOO_INCLUDE_SPEC="" TCLOO_PRIVATE_INCLUDE_SPEC="" -TCLOO_CFLAGS=-DUSE_TCLOO_STUBS +TCLOO_CFLAGS="" TCLOO_VERSION=0.7 |