From: Jean-Claude Wippler <jcw@equi4.com>
Date: Wed, 11 Apr 2007 09:22:02 +0000 (+0000)
Subject: snack still has trouble with stubs
X-Git-Url: http://www.privyetmir.co.uk/gitweb?a=commitdiff_plain;h=7d16726e33e4e88d89d75dbb92f5eb510d0bd729;p=kitgen

snack still has trouble with stubs

git-svn-id: svn://svn.equi4.com/kitgen/trunk@1448 9e558909-932a-0410-a563-af77432da1eb
---

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