Skip to content

Commit 3c789c6

Browse files
authored
Merge pull request Unidata#2749 from WardF/fix_nc-config.wif
Fix --has-quantize in autotools-generated nc-config.
2 parents ef94285 + 6d426ce commit 3c789c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nc-config.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ while test $# -gt 0; do
241241
echo @STD_FILTERS@
242242
;;
243243

244-
--has_quantize)
244+
--has-quantize)
245245
echo $has_quantize
246246
;;
247247

0 commit comments

Comments
 (0)