summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 193ffc8..f9fbd11 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -54,7 +54,8 @@ ifndef TCLVERS
TCLVERS:= $(shell perl -e '@_=sort map (m|/usr/lib64/libtcl(\d\.\d)\.so|, glob ("/usr/lib64/libtcl*")); print pop @_')
endif
ifndef TCLVERS
-TCLVERS=8.4
+#TCLVERS=8.4
+TCLVERS=
endif
TCLINCL = -I/usr/include/tcl$(TCLVERS)