Howdy, What is the recommended way to write a configure script that checks for an *optional* C++ compiler, building an extra component if a C++ compiler is detected.
I'm after something like AC_PROG_CXX, except that I don't want to abort if no compiler is found. -S