Bug 6480

Summary: Configure script does C specific tests using C++ compiler
Product: [Retired] Red Hat Linux Reporter: andrewem
Component: sgml-toolsAssignee: Preston Brown <pbrown>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-02-11 20:42:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description andrewem 1999-10-28 21:03:25 UTC
sp/configure.in runs AC_C_CONST and AC_C_INLINE, which are C
specific tests, after setting AC_LANG_CPLUSPLUS

const and inline are NOT optional in C++, though they are in
C, hence the _C_ in their names!

The fix is to remove these tests from configure.in and run
autoconf before re-packaging.

Comment 1 Preston Brown 2000-02-11 20:42:59 UTC
fixed in 1.0.9-5 and later.