Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Autotools: Fix tidy library checks (#15576)
When configuring with tidy library installed in non-standard paths, the library adding macro must be done before the PHP_CHECK_LIBRARY to be able to detect it. This fixes these edge cases. For example: ./configure --with-tidy=/path/to/custom-tidy-installation
- Loading branch information