[Users] [Bug 4759] New: remove unused function checks from AC_CHECK_FUNCS

noreply at thewildbeast.co.uk noreply at thewildbeast.co.uk
Wed Jan 31 23:15:35 UTC 2024


https://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=4759

            Bug ID: 4759
           Summary: remove unused function checks from AC_CHECK_FUNCS
           Product: Claws Mail (GTK 2)
           Version: GIT
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Other
          Assignee: users at lists.claws-mail.org
          Reporter: olaf at aepfle.de

Created attachment 2442
  -->
https://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=2442&action=edit
gtk2-remove-unused-function-checks-from-AC_CHECK_FUNCS.patch

The AC_CHECK_FUNCS macro adds a define HAVE_<function> for each listed entry.
This gives the opportunity to react properly to a missing function. There are
many checks where the result is unused. Many of the removed entries were used
in the past. But the entry in AC_CHECK_FUNCS was not removed when the usage was
removed.

Remove those entries to decrease the overall runtime of configure.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Users mailing list