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

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

bug#603: marked as done (Font-backend test in configure.in when --witho


From: Emacs bug Tracking System
Subject: bug#603: marked as done (Font-backend test in configure.in when --without-x)
Date: Thu, 28 Aug 2008 13:40:05 -0700

Your message dated Thu, 28 Aug 2008 16:34:59 -0400
with message-id <87hc94swss.fsf@cyd.mit.edu>
and subject line Re: Font-backend test in configure.in when --without-x
has caused the Emacs bug report #603,
regarding Font-backend test in configure.in when --without-x
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
603: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=603
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: Font-backend test in configure.in when --without-x Date: Thu, 24 Jul 2008 23:03:44 +0800
Package: emacs
Version: 23.0.60

Unlike other X-related feature tests, font-backend tests in
configure.in are not affected by the --without-x option.  Even after
providing --without-x to the configure script, the final report will
look like this:

$ ./configure --without-x
...
  What window system should Emacs use?                    none
...
  Does Emacs use -lfreetype?                              yes
...
  Does Emacs use -lxft?                                   yes
...

Maybe it's better to take a look at the value of HAVE_X11 or
window_system before testing font-backend, just like what other
similar tests do.

Regards,
Guanpeng Xu
_________________________________________________________________
Explore the seven wonders of the world
http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE



--- End Message ---
--- Begin Message --- Subject: Re: Font-backend test in configure.in when --without-x Date: Thu, 28 Aug 2008 16:34:59 -0400
> Unlike other X-related feature tests, font-backend tests in
> configure.in are not affected by the --without-x option.

Fixed, thanks.


--- End Message ---

reply via email to

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