blob: a5d8c083d3156e9901e2a16b49a476ef1df0b61c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/configure.ac 2020-12-25 11:05:31.312433864 +0100
+++ b/configure.ac 2020-12-25 11:05:42.692248123 +0100
@@ -247,10 +247,8 @@
dnl Enable a stable ABI
DC_SETUP_STABLE_API([${srcdir}/tcltls.vers], tcltls.syms)
-if test "$tcltls_debug" = 'true'; then
WEAKENSYMS=':'
REMOVESYMS=':'
-fi
dnl Produce output
AC_OUTPUT(Makefile pkgIndex.tcl tcltls.syms)
|