mirror of
https://github.com/php/php-src.git
synced 2026-03-29 19:52:20 +02:00
--enable-phpdbg is not detected on old systems (e.g.: stock FreeBSD 8), due to a PHPism in config.m4 (use of == operator). Replacing == with the historic = makes it pass.