Remove with-libdiffmark configure option

It's not defined in package.xml, so pecl won't be able to set it
pull/386/head
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
1 changed files with 0 additions and 4 deletions

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?