From 7d16726e33e4e88d89d75dbb92f5eb510d0bd729 Mon Sep 17 00:00:00 2001 From: Jean-Claude Wippler Date: Wed, 11 Apr 2007 09:22:02 +0000 Subject: [PATCH] snack still has trouble with stubs git-svn-id: svn://svn.equi4.com/kitgen/trunk@1448 9e558909-932a-0410-a563-af77432da1eb --- extdefs/snack.kbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extdefs/snack.kbs b/extdefs/snack.kbs index f1f5f36..a539061 100644 --- a/extdefs/snack.kbs +++ b/extdefs/snack.kbs @@ -9,7 +9,7 @@ Build { set d [string map [list "TCL_SHARED_BUILD=0" "TCL_SHARED_BUILD=1"] $d] set f [open [Libdir]/tclConfig.sh w]; puts -nonewline $f $d; close $f } - Run sh [Srcdir]/unix/configure --enable-stubs \ + Run sh [Srcdir]/unix/configure \ --with-tcl=[Libdir] --with-tk=[Libdir] --libdir=[Libdir] Run make Run make install -- 2.23.0