do not install peephole optimizer libs when not installing fast compilers

This commit is contained in:
ceriel 1991-12-18 17:26:52 +00:00
parent 5ccd830347
commit d0179d6790

View file

@ -165,6 +165,7 @@ fi
if [ $DO_FAST = n ]
then
ed - $CONFIG/Action <<'EOF'
/^name "Peephole optimizer lib/;/^end/s/^/!/
/^name "Fast/;$s/^/!/
w
q