Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Xcode 12 now enforces `-Werror -Wimplicit-function-declaration` by default and using `exit()` without including the header `<stdlib.h>` causes a compilation error. This prevents autoconf from identifying readline version on macOS Catalina and Big Sur. Use `return` instead of `exit()`. Fixes #1072
- Loading branch information