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

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

bug#13112: 24.2.90; The cygw32 build should disable X11


From: Glenn Morris
Subject: bug#13112: 24.2.90; The cygw32 build should disable X11
Date: Fri, 07 Dec 2012 13:01:08 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Ken Brown wrote:

> The cygw32 build of emacs tries to use many X11 features if the builder
> has the appropriate development packages installed.  For example,
> HAVE_GSETTINGS and HAVE_GCONF will be defined.

I don't see how that is possible. configure does:

if test "${HAVE_W32}" = "yes"; then
  window_system=w32
  [...]
fi

[...]

HAVE_X11=no

case "${window_system}" in
  x11 )
    HAVE_X11=yes
    [...]
  w32 ) [...]
esac

[...]

HAVE_GSETTINGS=no
if test "${HAVE_X11}" = "yes" && test "${with_gsettings}" = "yes"; then
...
fi

So I think you need to provide more details.


> http://cygwin.com/ml/cygwin/2012-12/msg00070.html

This talks about dbus.





reply via email to

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