unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* configure on master checks for C++ compiler
@ 2023-08-10 11:15 Eli Zaretskii
  2023-08-10 11:38 ` Andreas Schwab
  2023-08-10 12:19 ` Po Lu
  0 siblings, 2 replies; 4+ messages in thread
From: Eli Zaretskii @ 2023-08-10 11:15 UTC (permalink / raw)
  To: Po Lu; +Cc: emacs-devel

I've noticed that the configure script now checks for a C++ compiler:

  checking for g++... g++
  checking whether we are using the GNU C++ compiler... yes
  checking whether g++ accepts -g... yes
  checking for g++ option to enable C++11 features... none needed
  checking how to run the C++ preprocessor... g++ -E

However, AFAIU the C++ compiler is really needed only for two builds:
Android and Haiku.  If that is correct, could we please limit these
tests only to those two builds, so that people who build for other
configurations won't need to have a C++ compiler installed?

Thanks.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-12  2:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-10 11:15 configure on master checks for C++ compiler Eli Zaretskii
2023-08-10 11:38 ` Andreas Schwab
2023-08-10 12:19 ` Po Lu
2023-08-12  2:46   ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).