1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-10 09:02:42 +00:00

Remove with-libdiffmark configure option

It's not defined in package.xml, so pecl won't be able to set it
This commit is contained in:
Michele Locati 2021-07-12 09:05:25 +02:00
parent b9f5049d92
commit 9be30b99b5
No known key found for this signature in database
GPG key ID: 98B7CE2E7234E28B

View file

@ -2245,10 +2245,6 @@ installRemoteModule() {
fi
fi
;;
xmldiff)
# whether to use system diffmark library (not yet supported with PHP 8.x)
addConfigureOption 'with-libdiffmark' 'no'
;;
xlswriter)
if test -z "$installRemoteModule_version" || test $(compareVersions "$installRemoteModule_version" 1.2.7) -ge 0; then
# enable reader supports?