From 3bba51658b025ee6075eb9ebfe0ee32ee8b2c750 Mon Sep 17 00:00:00 2001 From: bustico Date: Mon, 25 Nov 2013 10:43:04 +0000 Subject: ° protect gcc pragma not available on old version of gcc ° tcl loop compiled for tcl8.4 --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.1