1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

INSTALL: remove --without-libtiff.

It's not optional anymore, for quite some time now.
Reported in #7450.
This commit is contained in:
Jehan
2021-10-31 21:02:59 +01:00
parent cd12c33912
commit 2494a06df5

View File

@@ -289,12 +289,6 @@ These are:
how image data is transported between the core and plug-ins. Usually
the best way to do this is detected automatically.
--without-libtiff. configure will bail out if libtiff can not be
found. You better fix the underlying problem and install these
libraries with their header files. If you absolutely want to
compile GIMP without support for TIFF you need to explicitly
disable them using this option.
--without-aa. The AA plug-in needs libaa and configure checks for
its presence. Use --without-aa if you run into problems.