Merge pull request #2749 from WardF/fix_nc-config.wif

Fix --has-quantize in autotools-generated nc-config.
This commit is contained in:
Ward Fisher 2023-09-06 10:46:38 -06:00 committed by GitHub
commit 3c789c6899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -241,7 +241,7 @@ while test $# -gt 0; do
echo @STD_FILTERS@
;;
--has_quantize)
--has-quantize)
echo $has_quantize
;;