Commit d4a4088d7dcb7f303bb798ccef9cb54ff8446420

Authored by Jay Berkenbilt
Committed by GitHub
2 parents 3c3cef2a 594ad9fa

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 659  
660 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 663 <https://github.com/google/zopfli>`__ development files available,
664 664 qpdf will be built with zopfli support. See :ref:`zopfli` for
665 665 information about using zopfli with qpdf.
... ...