[ https://issues.apache.org/jira/browse/AXIS2C-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Olivier Mengué updated AXIS2C-1435: ----------------------------------- Attachment: AXIS2C-1435.patch Attached a patch that fix the issue. > configure should not require a C++ compiler, except for qpid transport > ---------------------------------------------------------------------- > > Key: AXIS2C-1435 > URL: https://issues.apache.org/jira/browse/AXIS2C-1435 > Project: Axis2-C > Issue Type: Improvement > Components: build system (Unix/Linux) > Affects Versions: 1.6.0, 1.7.0, Current (Nightly) > Reporter: Olivier Mengué > Priority: Minor > Attachments: AXIS2C-1435.patch > > > Currently configure.ac requires a C++ compiler (AC_PROC_CXX) while it is > never used except for qpid transport (which is i optional). > This makes unnecessarry build problems on platforms where a C++ compiler is > not available. > "AC_PROC_CXX" should be moved to just the case where qpid transport build is > requested. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.