From 8c4f019cc6b586aa23790d72d5ff450ca6246cbf Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Mon, 12 Aug 2024 21:38:30 +0200 Subject: [PATCH] Autotools: Sync CS in gd extension (#15364) - Obsolete PHP_* variables checks removed (there was once the 'pdf' extension bundled in PHP that also had the same --with-*-dir configure options (3be17e3f266ef2363e6955b504a9f1e819ed9097). When combined with the gd extension, options need to be executed conditionally; first one won), this is no longer relevant neither recommended practice to duplicate configure options inside the php-src context. Ideally, all configure options should be prefixed with an extension namespace --with--