mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
5a03ff4f6c
If OpenSSL is not found, the PKG_CHECK_MODULES errors out already. To not introduce too big of a BC break with possible PECL extensions using this macro, it is perhaps simpler to remove this non-working argument. Redundant macro arguments are ignored by Autoconf anyway.