snack still has trouble with stubs
authorJean-Claude Wippler <jcw@equi4.com>
Wed, 11 Apr 2007 09:22:02 +0000 (09:22 +0000)
committerJean-Claude Wippler <jcw@equi4.com>
Wed, 11 Apr 2007 09:22:02 +0000 (09:22 +0000)
git-svn-id: svn://svn.equi4.com/kitgen/trunk@1448 9e558909-932a-0410-a563-af77432da1eb

extdefs/snack.kbs

index f1f5f363177f7450ba99e01ca4e39beefd29ddcc..a53906121aff2b90e3e61468cef9833dab3600a6 100644 (file)
@@ -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