DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2681>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2681

Can't build with gcc/g++ not named 'gcc'/'g++'





------- Additional Comments From [EMAIL PROTECTED]  2001-12-21 10:24 -------
The autoconf directives AC_PROG_CC and AC_PROG_CXX set these variables
automatically.

This is what's happening when configure outputs "checking if we are using GNU C"
and "checking if we are using GNU C++".  That's why I structured the patch this
way -- configure is already doing the work to figure out if our compiler is
gcc/g++, but the rest of the build machinery is throwing the information away.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to