No subject


Thu Jun 16 08:12:21 PDT 2011


[...] If none of those checks succeed, then as a last resort set CXX to g++.

People seem to do contrived tricks to check if there is a C++ compiler around,
see
http://www.google.com/codesearch#o2eFMadVrTo/configure.in&q=AC_PROG_CXX%20compiler%20missing&type=cs&l=834...

m4_pushdef([AC_MSG_ERROR],[cxxerror=yes])
AC_PROG_CXX
m4_popdef([AC_MSG_ERROR])

if test "x${cxxerror}" != "xyes"; then
...

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the spice-bugs mailing list