`./configure` fails with: ``` checking for libv8_libplatform... checking for libv8_libplatform... configure: error: could not find libv8_libplatform library ``` Since 5.9.19 `v8::platform::CreateDefaultPlatform` has 2 parameters: https://github.com/v8/v8/blob/5.9.19/include/libplatform/libplatform.h Check for `libv8_libplatform` uses old signature https://github.com/phpv8/v8js/blob/php7/config.m4#L90-L111