Fix --has-quantize in autotools-generated nc-config.

This commit is contained in:
Ward Fisher 2023-09-05 18:42:47 -06:00
parent ef94285ac1
commit 6d426ce006

View File

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