scripts/Tools/git/build: use bar '--with-tcltk'

This commit is contained in:
2015-03-24 14:44:26 +01:00
parent 3aae40abcd
commit 2e45aa799d

View File

@@ -6,7 +6,7 @@ function em.configure() {
cd "${MODULE_SRCDIR}"
"${MODULE_SRCDIR}"/configure \
--prefix="${PREFIX}" \
--with-tcltk="${PMODULES_HOME}" \
--with-tcltk \
|| exit 1
}