Index: kitsh/build.sh ================================================================== --- kitsh/build.sh +++ kitsh/build.sh @@ -28,11 +28,11 @@ # Cleanup, just incase the incoming directory was not pre-cleaned ${MAKE:-make} distclean >/dev/null 2>/dev/null # Compile Kitsh - ./configure --with-tcl="${TCLCONFIGDIR}" + ./configure --with-tcl="${TCLCONFIGDIR}" ${CONFIGUREEXTRA} ${MAKE:-make} || exit 1 # Strip the kit of all symbols, if possible strip kit >/dev/null 2>/dev/null