Stepan Kasal <[EMAIL PROTECTED]> writes: > perhaps we could move the test for AC_PROG_CXX_C_O to tests/c.at and > skip the test on Solaris.
It's not a Solaris issue per se. It's a question of whether the C++ compiler builds executables that run. If it doesn't, there's no point trying to test AC_PROG_CXX_C_O. If you can conditionalize the test that way, it'd be fine.
