bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [address@hidden: configure does not consider --with-tiff=no]


From: Paul Eggert
Subject: Re: [address@hidden: configure does not consider --with-tiff=no]
Date: Wed, 4 Sep 2002 10:10:28 -0700 (PDT)

> From: Maarten Vergauwen <Maarten.Vergauwen@esat.kuleuven.ac.be>
> Date: Tue, 20 Aug 2002 11:37:58 +0200
> 
> The "configure" script does not take the command-line option
> "--with-tiff=no" into account and includes tiff-support anyway.

"configure --help" says:

--with-tiff             use -ltiff for displaying TIFF images

So, "configure --with-tiff=no" does not attempt to use -ltiff for
displaying TIFF images; but if the tiff API is available elsewhere
(e.g., in the C library, or perhaps in some other library that you
specified in LDFLAGS), Emacs uses the TIFF API anyway.  Perhaps that
is what happened with you?

The --with-tiff behavior is consistent with the way that Emacs
configures other libraries (e.g. jpeg).  Perhaps the convention should
be changed, so that --with-tiff=no means "do not use the TIFF API at
all"?  If so, this change should be made consistently for all the
--with options.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]