This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AC_CHECK_HEADERS should come before AC_SEARCH_LIBS
the latter can make use of the result of the former Also, annoyingly, AC_CHECK_HEADERS will call the action-if-not-found for *every* header it its list that is not found (as opposed to just if no header in the list is found. So we should set sage_spkg_install_libffi=no again in case the second header is found but not the first.
- Loading branch information