Bug 2151392

Summary: alsamixergui: autoconf checks done in C mode rather than C++
Product: [Fedora] Fedora Reporter: Peter Fordham <peter.fordham>
Component: alsamixerguiAssignee: Tom "spot" Callaway <spotrh>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: fweimer, spotrh
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: alsamixergui-0.9.0-0.37.rc2.fc38 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-12-07 06:20:37 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2141798    

Description Peter Fordham 2022-12-06 23:49:03 UTC
configure.in specifies a number or library and header checks which are done in C mode rather than C++ mode. This causes one to fail with compile errors. The result of the checks aren't used so it doesn't really matter. However it does accidentally trigger some false positives for C99 compatability issues.