diff options
author | dgp <dgp@users.sourceforge.net> | 2012-11-13 21:31:30 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-11-13 21:31:30 (GMT) |
commit | 06dc80fde654e478553747af4f33cbd4cea98963 (patch) | |
tree | 6499eb1139af982ffd95028d0a2f9d5bb5be2fa0 /unix/tclooConfig.sh | |
parent | da497b3ea21fd3b99d5faf61c21f73e4f2e8faaf (diff) | |
parent | 79f0dd04b938d8af8c2a5dd20c50b5f2f9d7e334 (diff) | |
download | tcl-06dc80fde654e478553747af4f33cbd4cea98963.zip tcl-06dc80fde654e478553747af4f33cbd4cea98963.tar.gz tcl-06dc80fde654e478553747af4f33cbd4cea98963.tar.bz2 |
merge trunk
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 d2be8dd..721825b 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=1.0 |