Appears that the problem is caused by the macro AC_PROG_CXX
being called from
inside the 'if test "$BUILD_DESKTOP" =
"yes"; then' check. If I move it outside
the test (like all the other AC_PROG_foo macros are),
configure doesn't carp
about not finding headers or g++ not working.
The macro AC_PROG_CXX appears at about line 356 in
configure.in. Perhaps all
the program checking macros should be placed together in the
'General programs'
section with AC_PROG_RANLIB and AC_PROG_INSTALL (and
AC_PROG_CC, which appears
at lines 366 and 455)
---
Christopher R. Hawks
HAWKSoft
---------------------------------------------------------
The good thing about standards is that there are so many to
choose from.
-- Andrew S. Tanenbaum
_______________________________________________
Public archival of this list without permission is
prohibited.
h
ttp://lists.plkr.org/mailman/listinfo/plucker-list
|