summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbustico2013-11-25 10:43:04 +0000
committerbustico2013-11-25 10:43:04 +0000
commit3bba51658b025ee6075eb9ebfe0ee32ee8b2c750 (patch)
tree22d6408e755b99677e2905638279fc82b63c24b4 /src
parent1fb1bb59c936ea4d752a12db3d73f490e5b7b6a1 (diff)
downloadivy-c-3bba51658b025ee6075eb9ebfe0ee32ee8b2c750.zip
ivy-c-3bba51658b025ee6075eb9ebfe0ee32ee8b2c750.tar.gz
ivy-c-3bba51658b025ee6075eb9ebfe0ee32ee8b2c750.tar.bz2
ivy-c-3bba51658b025ee6075eb9ebfe0ee32ee8b2c750.tar.xz
° protect gcc pragma not available on old version of gcc
° tcl loop compiled for tcl8.4
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 98e1b8c..a2b8298 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -54,7 +54,7 @@ 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.3
+TCLVERS=8.4
endif
TCLINCL = -I/usr/include/tcl$(TCLVERS)