ImageMagick: remove redundant --with-gslib

Configure shows

checking for Ghostscript...
checking for ghostscript/iapi.h... yes
checking for ghostscript/ierrors.h... yes
checking for gsapi_new_instance in Ghostscript framework... no
checking for gsapi_new_instance in -lgs... yes
checking if Ghostscript package is complete... yes, using library.

  Ghostscript lib   --with-gslib=yes                    yes

and running 'display --version' includes gslib among the delegates.

I have not been able to find *where* it either links to, or
dynamically opens, libgs.so, but past quereies show that libgs was
used to open postscript files,  Most of my local .ps files have
transparent backgrounds and look unreadable in 'display', but
using 'convert' to create jpegs gives a soemwhat readable result.
This commit is contained in:
Ken Moffat 2024-02-15 20:52:32 +00:00
parent 98454b71b5
commit 2864283c1e

View File

@ -303,11 +303,6 @@ make</userinput></screen>
<application>FFTW</application> shared library.
</para>
<para>
<option>--with-gslib</option>: Enables support for the
<application>Ghostscript</application> shared library.
</para>
<para>
<option>--with-rsvg</option>: Enables support for the
<application>librsvg</application> library.