Commit d4a4088d7dcb7f303bb798ccef9cb54ff8446420
Committed by
GitHub
Merge pull request #1468 from thinkpanzer/patch-1
Fix apparent typo for zopfli enablement
Showing
1 changed file
with
1 additions
and
1 deletions
manual/installation.rst
| @@ -659,7 +659,7 @@ Building with zopfli support | @@ -659,7 +659,7 @@ Building with zopfli support | ||
| 659 | 659 | ||
| 660 | .. cSpell:ignore DZOPFLI | 660 | .. cSpell:ignore DZOPFLI |
| 661 | 661 | ||
| 662 | -If you compile with ``-DZOPFLI-ON`` and have the `zopfli | 662 | +If you compile with ``-DZOPFLI=ON`` and have the `zopfli |
| 663 | <https://github.com/google/zopfli>`__ development files available, | 663 | <https://github.com/google/zopfli>`__ development files available, |
| 664 | qpdf will be built with zopfli support. See :ref:`zopfli` for | 664 | qpdf will be built with zopfli support. See :ref:`zopfli` for |
| 665 | information about using zopfli with qpdf. | 665 | information about using zopfli with qpdf. |