Browse Source

Slim build should also build with smaller ja-dic

pull/1/head
Kien Nguyen 2 years ago
parent
commit
cc68f657cb
  1. 5
      emacs-build.sh

5
emacs-build.sh

@ -142,6 +142,11 @@ function emacs_configure_build_dir ()
else else
options="$options --with-compress-install" options="$options --with-compress-install"
fi fi
if test "$emacs_slim_build" = "yes"; then
options="$options--with-small-ja-dic"
fi
for f in $all_features; do for f in $all_features; do
if echo $features | grep $f > /dev/null; then if echo $features | grep $f > /dev/null; then
options="--with-$f $options" options="--with-$f $options"

Loading…
Cancel
Save