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

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

bug#62486: "--without-x" is ignored when "--with-x-toolkit=no"


From: c . buhtz
Subject: bug#62486: "--without-x" is ignored when "--with-x-toolkit=no"
Date: Mon, 27 Mar 2023 13:48:12 +0000

This is about building Emacs29.

I did someting like this

    make configure="--with-x-toolkit=no"

You see the "no"? No matter of that the configure output tells me it is build with X support.

I tried

    make configure="--with-x-toolkit=no --without-x"

Again X11 support enabled.

Then this is the only thing that works.

    make configure="--without-x"

No X11 support.

Not sure what happend here. Something interfered.

It is not well described in the docs how this switches work. I looked into INSTALL, INSTALL.REPO and ./configure --help





reply via email to

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