|
From: Ethan A M. <merritt@u.washington.edu> - 2007-11-07 07:13:06
|
On Tuesday 06 November 2007 21:53, Ethan A Merritt wrote:
> For instance, doing
> ./configure --disable-wxwidgets --disable-cairo
> nevertheless detects and links against the cairo and pango libraries, even
> though it doesn't actually build the wxt or cairo terminals.
False alarm. It should have been
./configure --disable-wxwidgets --without-cairo
It's a pity that enable/disable and with/without aren't treated
as synonyms. How is anyone supposed to remember which one goes
with which option?
--
Ethan A Merritt
|