https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8076
Bug ID: 8076
Summary: Avoid calling undeclared functions in configure script
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: spamc/spamd
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: Undefined
Created attachment 5858
--> https://bz.apache.org/SpamAssassin/attachment.cgi?id=5858&action=edit
spamassassin-configure-c99.patch
C99 removed language support for calling undeclared functions (implicit
function declarations), so it's necessary to include the appropriate headers to
avoid spurious test failures.
The exit calls come from autoconf-generated code, they will go away once the
configure script is regenerated using a newer autoconf version.
--
You are receiving this mail because:
You are the assignee for the bug.