blob: 8916a4e8bb08b5fb8beae5877edc9b89e191aed5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ap,v 1.1 2004/09/08 16:21:53 wiz Exp $
--- configure.orig 2003-01-14 20:03:13.000000000 +0100
+++ configure
@@ -5564,7 +5564,7 @@ if test $ac_has_tclinc = yes -a $ac_has_
# The variables that we use from tclConfig.sh
TCL_CFLAGS=-I$TCL_INCLUDE_DIR $TCL_CFLAGS
- TCL_LIB_SPEC=$TCL_LIB_SPEC
+ TCL_LIB_SPEC="$TCL_LIB_SPEC $TCL_LIBS"
# TCL_LIB_SPEC="-L$TCL_PACKAGE_PATH -ltcl"
fi
|