aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gcvs/files/patch-configure
blob: fa94848323970328b084587c8fc1516b4de29010 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- configure.orig	Tue Mar  6 19:00:29 2001
+++ configure	Wed Mar 28 23:40:57 2001
@@ -2942,8 +2942,9 @@
 fi
 
 HAVE_TCL=0
-TCL_CFLAGS=
+TCL_CFLAGS="-I $TCL_INCLUDE_DIR"
 TCL_LIB_SPEC=
+TCL_PACKAGE_PATH="TCL_LIB_SPEC/.."
 
 if test $ac_has_tclinc = yes -a $ac_has_tcllib = yes ; then
 	HAVE_TCL=1
@@ -2954,13 +2955,14 @@
 	# The variables that we use from tclConfig.sh
 	TCL_CFLAGS=$TCL_CFLAGS
 #	TCL_LIB_SPEC=$TCL_LIB_SPEC
-	TCL_LIB_SPEC="-L$TCL_PACKAGE_PATH -ltcl"
+	TCL_LIB_SPEC="-L$TCL_PACKAGE_PATH -ltcl83"
 fi
 
 
 
 
 
+
 if test $HAVE_TCL = 1; then
 	echo "$ac_t""Using TCL ${TCL_VERSION}${TCL_PATCH_LEVEL}" 1>&6
 else