Remove with-libdiffmark configure option
It's not defined in package.xml, so pecl won't be able to set itpull/386/head
parent
b9f5049d92
commit
9be30b99b5
|
@ -2245,10 +2245,6 @@ installRemoteModule() {
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
xmldiff)
|
|
||||||
# whether to use system diffmark library (not yet supported with PHP 8.x)
|
|
||||||
addConfigureOption 'with-libdiffmark' 'no'
|
|
||||||
;;
|
|
||||||
xlswriter)
|
xlswriter)
|
||||||
if test -z "$installRemoteModule_version" || test $(compareVersions "$installRemoteModule_version" 1.2.7) -ge 0; then
|
if test -z "$installRemoteModule_version" || test $(compareVersions "$installRemoteModule_version" 1.2.7) -ge 0; then
|
||||||
# enable reader supports?
|
# enable reader supports?
|
||||||
|
|
Loading…
Reference in New Issue